actions-marketplace-validations/Simple File Upload
Perform a simple file transfer using FTP.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| user | FTP User | yes | — |
| password | FTP Password | yes | — |
| host | FTP Hostname | yes | — |
| port | FTP Hostname | no | 21 |
| secure | Should use FTPS? | no | false |
| src | Path to file(s) to upload (can be a glob) | yes | — |
| dest | Destination path on FTP remote | yes | — |
| verbose | Should output verbose logs? | no | false |
Outputs
no outputs