nicklasfrahm/SCP File Transfer
Upload and download files via SCP.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| direction | transfer direction | — | — |
| source | source files to copy | — | — |
| target | target folder | — | . |
| timeout | timeout for ssh connections | — | 30s |
| action_timeout | timeout for action | — | 10m |
| host | ssh host | — | — |
| port | ssh port | — | 22 |
| username | ssh username | — | root |
| passphrase | ssh key passphrase | — | "" |
| insecure_password | ssh password | — | "" |
| key | content of ssh private key. ex raw content of ~/.ssh/id_rsa | — | — |
| fingerprint | sha256 fingerprint of the host public key | — | — |
| insecure_ignore_fingerprint | skip fingerprint verification of the host public key | — | false |
| proxy_host | ssh proxy host | — | — |
| proxy_port | ssh proxy port | — | 22 |
| proxy_username | ssh proxy username | — | root |
| proxy_passphrase | ssh proxy key passphrase | — | "" |
| insecure_proxy_password | ssh proxy password | — | "" |
| proxy_key | content of ssh proxy private key. ex raw content of ~/.ssh/id_rsa | — | — |
| proxy_fingerprint | sha256 fingerprint of the proxy host public key | — | — |
| insecure_proxy_ignore_fingerprint | skip fingerprint verification of the proxy host public key | — | false |
Outputs
no outputs