| Context Index | ||||
|---|---|---|---|---|
| FtpPro Functions: ==> | ||||
| OVERVIEW | Upload | UploadBinary | ||
| Overview Of: FtpPro | Top | Context Index | Next Function |
|
General: FTP transfer handler Initializer: obj = FtpPro(<**keywords>) Args: required <host>, <user>, <pwd>, Args: optional <account>,<report>,<dir>,<src>,<pasv> |
| Function: obj.Upload | Top | Context Index | Previous Function | Next Function |
|
syntax: ftp.Upload(<lst-filenames>,<type=None>) Description: Upload with list of filenames. Default type is text, if type is true upload as binary. |
| Function: obj.UploadBinary | Top | Context Index | Previous Function |
|
syntax: ftp.UploadBinary(<lst-filenames>) Upload a list of files in binary mode. |