easySFTP
Version updated for https://github.com/eiserv/easySFTP to version v2.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
easySFTP is a fast, secure, and simple GitHub Actions action that automates the process of uploading build output to any SFTP server. It offers features such as host key verification, atomic file uploads, skip unchanged files, delete safety guards, and multiple target deployments. The action uses a prebuilt Go binary for fast execution and supports Linux, macOS, and Windows runners without requiring Docker.
What’s Changed
2.1.0 (2026-07-19)
Features
- accept OpenSSH known_hosts entries via a new known-hosts input (#88) (bf9d5d7), closes #7
- add stall-timeout to fail fast when transfers stop progressing (#89) (08359e8), closes #45
- added github pages site (7031633)
- overlay: opt-in skip-unchanged skips same-size remote files (#87) (8986191), closes #24
- reconnect when the SSH connection drops mid-run (#90) (66a780b), closes #43
- sync: persist a merged manifest when a run fails partway (#86) (6a6a90d), closes #47
Bug Fixes
- renamed the self-test fixture dir to selftest-site/ in .github/workflows/ci.yml (9619df7)