tomasbkk/FTP File Upload
Upload a file to 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 |
| src | Path to file to upload | yes | — |
| dest | Destination file path on remote FTP | yes | — |
| secure | (boolean | "implicit") Explicit FTPS over TLS, default: false. Use "implicit" if you need support for legacy implicit FTPS. | no | — |
| rejectUnauthorized | Default is true. If false will allow unauthorized servers when using secure mode (such as servers using self-signed certificates) | no | true |
| verbose | Default is false. If true verbose logging is used to debug the ftp connection and upload. | no | — |
Outputs
no outputs