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 Variable
Required
Specifies 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 Argument
Required
Specifies the path of the directory in the FTP server whose contents are to be enumerated or listed.
Output
Result:
FtpObjectInfo Variable
Stores the list of items contained in the FTP server in the specified FtpObjectInfo variable.
Last updated