Secure File Transfer
Version updated for https://github.com/KellyDC/sshft to version v1.1.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The sshft GitHub Action enables secure, automated file transfers via SSH, supporting both uploads and downloads with features like compression, automatic backups, and comprehensive security checks. It simplifies tasks such as deploying files to remote servers or retrieving data by automating backup creation, validating disk space, and ensuring safe execution with resource and timeout protections. This action is ideal for streamlining secure file management in CI/CD workflows.
Release notes
Changes
- feat: for direction download, change tar+scp to rsync (e22057b)
Full Changelog: https://github.com/KellyDC/sshft/compare/v1...v1.1.0