ES3 Cloud Search Filenames Action

Description

Downloads the names of all of the files on the server for a given user which match the given search pattern. The search pattern supports the ‘%’ and ‘_’ wildcards as described here.

If no user parameter is provided, it will get the names of all of the global files.

For more information, see the Uploading and Downloading Files using ES3Cloud guide.

Parameters

Url The URL to the ES3Cloud.php file on your server.

Api Key

The API key you were given when setting up ES3Cloud on your server.

Filenames

An FsmArray of strings where the downloaded filenames will be stored .
Search pattern An optional search pattern containing '%' or '_' wildcards where '%' represents zero, one, or multiple characters, and '_' represents a single character. See the SQL LIKE docs for more info."

User

[Optional] A user and/or password if we want to get the files of a specific user.

Error Code

If an error occurs, this will be set to an error code describing the error. See the error code page for more information."

Error Handling

[Optional] Events triggered when an error occurs.

Override Default Settings

[Optional] The settings we want to use to override the default settings.

Examples