Command FTP_Append

4D Internet Commands

FTP_Append

version 6.5


FTP_Append (ftp_ID; localPath; hostPath; progress) Integer

ParameterTypeDescription
ftp_IDLongintReference to a FTP login
localPathTextPathname of document to send
hostPathTextPathname to destination of document
progressInteger1 = 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

FTP_Send.