juniorusca/Upload sftp files
Upload a list of files separated by comma to a sftp server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | SFTP host | yes | — |
| port | SFTP port | — | 22 |
| username | SFTP username | yes | — |
| password | SFTP password | yes | — |
| file-names | File names separated by comma | yes | — |
| remote-dir-path | Remote directory path | yes | — |
| local-dir-path | Local directory path | — | . |
| delete-files-after-upload | Delete files after upload, to activate set to 'true' | — | false |
Outputs
no outputs