Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Client Folder | Summary of Elements in this Folder | pub.client.ftp:append
 
pub.client.ftp:append
WmPublic. Appends data to a remote file.
If the remote file does not exist, the service creates the file.
Input Parameters
sessionkey
String Unique key for the current FTP session. The sessionkey is returned by the pub.client.ftp:login service.
transfermode
String FTP file transfer mode (ascii or binary). The default is ascii.
content
java.io.InputStream, byte[ ], or String Data to be transferred to the remote file.
localfile
String Optional. Name of the local file to append to the remote file. Used only when content is not specified.
remotefile
String Name of the remote file to which to append the data specified in content or localfile.
Output Parameters
returncode
String Standard FTP protocol return code.
returnmsg
String Standard FTP protocol return message.
logmsg
String FTP log messages for the entire user session.