actions-marketplace-validations/FTP Interactions
GitHub Action to copy/delete files over FTP (based on https://github.com/cinderblockgames/ftp-action)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Address for the FTP host. | yes | — |
| port | Port for the FTP host. | no | 21 |
| username | Username for the FTP host. | yes | — |
| password | Password for the FTP host. | yes | — |
| localDir | Local directory from which to upload. | no | / |
| ftpAction | FTP Action: None | Copy | DeleteAppOfflineHtm. | yes | None |
| ignoreCertificateErrors | Ignore certificate errors. | no | false |
Outputs
no outputs