Gentee Programming Language > Documentation > Libraries Download documentation

ftp.command

This methos is used to send the specified command directly to an FTP server. The response from the server can be received with help of the lastresponse method.
 
uint ftp.command(
      str   cmd
)

Parameters

cmdThe command text.

Return value

Nonzero if initialization was successful; otherwise 0.

See also

    Internet


 Copyright © 2004-2006 Gentee Inc. All rights reserved.