Releases: mmaous/sftp
Releases · mmaous/sftp
v1.0.0
Release v1.0.0
🎉 Initial Release
We are excited to announce the first release of our SFTP Uploader! This command-line tool allows you to securely upload files to a remote server using the SFTP (SSH File Transfer Protocol) protocol. This tool is built with Go and provides a simple, efficient way to handle your SFTP needs without storing any credentials locally.
🚀 Features
- Secure File Transfer: Utilizes SFTP for encrypted file transfers, ensuring data integrity and confidentiality.
- Credential-Free Operation: No local storage of credentials, enhancing security.
- Cross-Platform: Available for Linux, macOS, and Windows.
📦 Download Links
📖 Usage
Create a env_file (example: env_file), then source env_file
# Linux
chmod +x sftp-linux
./sftp-linux
# macOS
chmod +x sftp-darwin
./sftp-darwin
# Windows
sftp-windows.exe
🛠️ Requirements
- A valid server and credentials (host, port, username, password).
- Network access to the server(allow ssh or custom port).
📋 Notes
- This is the initial release, and we welcome your feedback and suggestions!
- If you encounter any issues or have feature requests, please open an issue in the GitHub repository.
📄 License
This project is licensed under the MIT License.
Thank you for using our SFTP Uploader! We look forward to your feedback and contributions.