List FTP Files

Returns a list of the files at the configured location.

Privileges

Normal

Input Parameters

Name Type Required Description
Host String Yes The name of the host of the FTP site.
User String Yes The user name to be used in making the FTP connection.
Password String Yes The password to be used in making the FTP connection.
Remote Directory String Yes The location from which to read the file names.

Output Parameters

Name Type Description
RemoteObjects Collection Returns the results as a collection of RemoteObject.
Result Number Returns a success value of zero or any value other than zero to indicate failure.

Example Input Parameters

Name Type Required Example
Host String Yes ftp://ftp_site.ABC.com
User String Yes Jsmith
Password String Yes Password!@#
Remote Directory String Yes ./ or Folder1