4D Internet Commands v16

FTP_Append

Home

 
4D Internet Commands v16
FTP_Append

FTP_Append 


 

FTP_Append ( ftp_ID ; localPath ; hostPath ; progress ) -> Function result 
Parameter Type   Description
ftp_ID  Longint in Reference to a FTP login
localPath  Text in Pathname of document to send
hostPath  Text in Pathname to destination of document
progress  Integer in 1 = Show Progress, 0 = Hide Progress
Function result  Integer in Error Code

The FTP_Append command performs the same action as FTP_Send with the one exception: 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

 
PROPERTIES 

Product: 4D Internet Commands
Theme: IC File Transfer
Number: 88903

 
HISTORY 

Created: 4D Internet Commands 6.5

 
ARTICLE USAGE

4D Internet Commands ( 4D Internet Commands v16)