Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20
FTP_Append

FTP_Append 


 

FTP_Append ( ftp_ID ; localPath ; hostPath ; progress ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
ftp_ID  Lange Ganzzahl in Reference to a FTP login
localPath  Text in Pathname of document to send
hostPath  Text in Pathname to destination of document
progress  Ganzzahl in *** Obsolete parameter (ignored) ***
Funktionsergebnis  Ganzzahl 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.



Siehe auch 

FTP_Send

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: IC File Transfer
Nummer: 88903

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: 4D Internet Commands 6.5
Geändert: 4D Internet Commands v16 R2

 
ARTIKELVERWENDUNG

4D Internet Commands ( 4D v20)