This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20
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 *** Obsolete parameter (ignored) ***
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
Theme: IC File Transfer
Number: 88903

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D Internet Commands 6.5
Modified: 4D Internet Commands v16 R2

 
ARTICLE USAGE

4D Internet Commands ( 4D v20)