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. |
returncode | String Standard FTP protocol return code. |
returnmsg | String Standard FTP protocol return message. |
logmsg | String FTP log messages for the entire user session. |