Frends.FTP.DeleteFiles / 1.0.0
Summary
Deletes files from an FTP or FTPS server, chosen either by pattern within a directory or by explicit paths, and reports what went.
Typical use — cleaning up a partner's drop directory after collecting from it
Input class usually contains parameters that are required.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Directory | String |
/ |
/destination |
Full path of the target file to be deleted. |
| FileMask | String |
– | *.txt |
Pattern to match (Optional). If left empty, every file is deleted from given directory. |
| FilePaths | Object |
– | #trigger.data.filePaths |
The paths to the files to be deleted, mainly meant to be used with the file trigger with the syntax: #trigger.data.filePaths |