version 6.5
FTP_Append (ftp_ID; localPath; hostPath; progress) Integer
Parameter | Type | Description | |
ftp_ID | Longint | Reference to a FTP login | |
localPath | Text | Pathname of document to send | |
hostPath | Text | Pathname to destination of document | |
progress | Integer | 1 = Show Progress, 0 = Hide Progress | |
Function result | Integer | Error Code |
Description
The FTP_Append command performs the same action as FTP_Send with the one exception that it will append the data being sent to the end of an existing file identified by the hostPath parameter. This command's primary function is to append data onto the end of pre-existing text files.
See Also