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:dir
 
pub.client.ftp:dir
WmPublic. Retrieves the file list during an FTP session. (This service corresponds to the standard FTP command dir namepattern.)
Input Parameters
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).
Output Parameters
dirlist
String List Directory listing of the files matching filenamepattern including the file names and timestamps.
returncode
String Standard FTP protocol return code.
returnmsg
String Standard FTP protocol return message.
logmsg
String FTP log messages for the entire user session.