actions-marketplace-validations/Upload file to ftp(s) server
Upload file to ftp(s) server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| host | The hostname or IP address of the FTP server. | yes | — |
| port | The port of the FTP server. | yes | 21 |
| file | — | yes | — |
| rename-file-to | — | — | "" |
| files | — | — | [] |
| user | — | yes | — |
| password | — | yes | — |
| secure | — | — | true |
| cwd | — | — | "" |
| ftpLib | — | — | basic-ftp |
| ftpConnectConfig | — | — | {"connTimeout":60000,"pasvTimeout":30000,"keepalive":5000,"secureOptions":{"rejectUnauthorized":false}} |
| basicFtpOptions | — | — | {"timeout":60000,"verbose":true,"secureOptions":{"rejectUnauthorized":false}} |
| debug | — | — | false |
| retry | — | — | 0 |
Outputs
no outputs