figt/ftp-singular-upload
Upload a singular file to a FTP 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 of the FTP server | yes | — |
| port | the port of the FTP server - default value is 21 | no | 21 |
| user | the username to use for connecting to the FTP server | yes | — |
| pass | the password to use for connecting to the FTP server | yes | — |
| file | the path of the file to upload | yes | — |
| remotePath | the path on the server to upload the file to | yes | — |
| secure | whether to use FTP or FTPS - default value is false | no | false |
Outputs
| name | description |
|---|---|
| response | FTP response message including the status code |