This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
Description
Upload file to FTP Server.
Syntax
n = FTP_PutFile(sFileName, SyncMode)
Returns
Number
A value < 0 indicates an error. Use FTP_GetErrorString to get info about the error
Parameters
Name |
Type |
Optional |
Meaning |
sFileName |
String |
No |
File name to send. The file can be also be renamed when it is saved by specifying "oldname:newname" for sFilename
Indicate only the file name and not the full path. File will be taken from current local working directory. See FTP_SetLocalDir and FTP_GetLocalDir functions |
SyncMode |
Number |
No |
%TRUE or %FALSE If %TRUE file will be sent in sync mode. Control will be not returned until file will be sent or an error occurs. If %FALSE file sending will start but control will return immediately. This mode allows to monitor file sending using (for example) the following functions: FTP_GetNumber(%FTP_GET_FILE_BYTES_SENT)
|
Remarks
Restrictions
See also
Examples