dennisameling/Simple FTP upload
Allows you to upload contents of a directory to an FTP server over FTP or FTPS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server | FTP server | yes | — |
| username | FTP username | yes | — |
| password | FTP password | yes | — |
| port | Server port to connect to (read your web hosts docs). Defaults to 21. | no | — |
| secure | True uses FTPS, while false uses plain FTP. Defaults to true. | no | — |
| local_dir | Folder to upload from, must end with trailing slash / | no | — |
| server_dir | Path to upload to on the server. Must end with trailing slash / | no | — |
Outputs
no outputs