swillner/SFTP Sync
Sync directory to server via sftp
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server | server | yes | — |
| port | server port (default: 22) | yes | 22 |
| user | user | yes | — |
| user_private_key | Private SSH key for user (include via secrets if possible) | yes | — |
| host_public_key | Public SSH key of host | yes | "" |
| local | Local path to sync (default: .) | yes | . |
| remote | Path on server (default: .) | yes | . |
| ssh_options | Additional options for SSH | no | — |
| mirror_options | Additional options for lftp mirror command (e.g. '--exclude-glob=.git*/ --verbose' is useful) | no | — |
Outputs
no outputs