actions-marketplace-validations/ftp-delete-action
Automate deleting files via FTP using this GitHub action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | FTP host | yes | — |
| user | FTP user | yes | — |
| password | FTP password | yes | — |
| remoteFiles | Remote files separated by ; (wildcards accepted) | yes | "" |
| remoteDirectories | Directories to delete seperated by ";" | no | "" |
| workingDir | Working directory | no | / |
| ignoreSSL | Ignore invalid TLS/SSL certificate (1=ignoreSSL) | no | 0 |
| options | Additional command-line options for lftp | no | "" |
Outputs
no outputs