sessionkey | String Unique key for the current FTP session. The sessionkey is returned by the pub.client.ftp:login service. | |||
filenamepattern | String Optional. Pattern that specifies the names of the files to include in the list (for example, *.txt). | |||
orderby | String Optional. The order of the returned file list. | |||
Value of orderby | Description | |||
none | Default. Sends an NLST command to the remote FTP server. | |||
timestamp | Returns the list in order of the timestamp. Sends an NLST -t command to the remote FTP server.
|
dirlist | String List List of file names matching filenamepattern. |
returncode | String Standard FTP protocol return code. |
returnmsg | String Standard FTP protocol return message. |
logmsg | String FTP log messages for the entire user session. |