FTP_Append

4D - Documentation   Français   English   German   4D Internet Commands, Theme List   4D Internet Commands, Alphabetical List   Back   Previous   Next

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 resultIntegerError Code

Description

The command FTP_Append 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.


4D - Documentation   Français   English   German   4D Internet Commands, Theme List   4D Internet Commands, Alphabetical List   Back   Previous   Next