FTP delete
Options
General tab
The SFTP protocol of this action is deprecated. It exists because the action was written before Hop could reach an SFTP server any other way. It can now: the Delete files action resolves its paths through VFS, so an SFTP Connection or a plain sftp:// path deletes remote files without a second implementation of the same thing. Existing workflows keep working and log a warning; new ones should use Delete files. |
| Option | Description |
|---|---|
Action name | The name of the workflow action. |
Server | |
Protocol |
|
FTP connection | An optional FTP Connection from the metadata. Pick one and the server, credentials, transfer mode, timeouts and proxy settings below come from that connection; leave it empty to configure the server on this action. |
SFTP connection | An optional SFTP Connection from the metadata, used when the protocol is SFTP. |
FTP server name/IP address | The name of the server or the IP address. |
Server Port | Port number of the FTP server. |
Username | The user name associated with FTP server account. |
Password | The password associated the FTP server account. |
Connection type | FTPS connection type.
|
Use proxy | Whether or not to use a proxy. |
Proxy host | Proxy server host name. |
Proxy port | Proxy server port number. |
Proxy username | Proxy server account user name. |
Proxy password | Proxy server account password. |
Use Public Key | Whether or not to use a public key with an SSH connection. |
Key file | The public key file. |
Browse… | Browse the filesystem for a public key file. |
Key passphrase | The public key passphrase. |
Test connection | Tests the configured connection. |
Files tab
| Option | Description |
|---|---|
Advanced | |
Timeout | The timeout period. |
Use active FTP connection | Enable if you are connecting to the FTP server using Active mode; you must set your firewall to accept connections to the port that your FTP client will open. The default is Passive mode. |
Remote | |
Copy previous results to args? | Remote directory |
The directory on the remote FTP server. | Check folder |
Checks if the directory exists. | Wildcard (regular expression) |
Success condition | |
Success on | The success condition
|
Limit files | Sets a limit to the number of deleted files (default 10). |