pierrickdelrieu/Transfer files in repository to Remote Server via SCP
Transfer files from a specified directory to a remote server via SCP.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Remote host | yes | — |
| ssh_port | Remote port | — | 22 |
| ssh_username | SSH username | yes | — |
| ssh_key | SSH Key for authentification | yes | — |
| ssh_passphrase | ssh key passphrase | — | — |
| source_dir | Source directory to copy | yes | — |
| destination_dir | Remote server destination directory | yes | — |
| rm | remove target folder before upload data | — | false |
Outputs
no outputs