actions-marketplace-validations/SFTP Sync
Sync directory to server via sftp
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 29, 2021
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/swillner_sftp-sync-action@629e1fe7a2db87d0f1da0e15a970b514fe398c09 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
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