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. |
localdir | String Local directory containing the files you want to transfer to the remote FTP server (for example, c:\temp\ftpfiles). |
filenamepattern | String Pattern that specifies the names of the files to be transferred (for example, *.txt). |
putunique | String Optional. Indicates whether to send a STOR or a STOU (Store as Unique File) command to the remote FTP server. Set to: true to send a STOU (Store as Unique File) command. false to send a STOR command. This is the default. |
filenames | String List List of files transferred to the remote FTP server. |
returncode | String Standard FTP protocol return code. |
returnmsg | String Standard FTP protocol return message. |
logmsg | String FTP log messages for the entire user session. |