Enumerate Items
Enumerate or list the items in the FTP server.
This activity enumerates or lists all the files and folders that are contained in the user-specified remote folder in the FTP server.
FTP Connection
FTP Session Id:
IFtpSession VariableRequiredSpecifies the variable containing the previously opened FTP Connection you wish to close. You must have previously specified this variable in an Open FTP Connection action.
Input
Remote Path:
String ArgumentRequiredSpecifies the path of the directory in the FTP server whose contents are to be enumerated or listed.
Output
Result:
FtpObjectInfo VariableStores the list of items contained in the FTP server in the specified FtpObjectInfo variable.
Last updated