A simple and intuitive SFTP Client built with PySimpleGUI
and paramiko
.
- 🚀 Fast and efficient SFTP operations.
- 🖥️ User-friendly GUI powered by
PySimpleGUI
. - 🔐 Secure file transfers with
paramiko
. - 🌐 DNS resolution improvements for consistent connections.
- 📁 Seamless file uploads and downloads.
- Clone the repository:
git clone https://github.com/your_username/SFTP-Client.git
cd SFTP-Client pip install -r requirements.txt python main.py
Contributions are welcome! Please read our contributing guidelines for details.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Having trouble with the client? Raise an issue on GitHub and we'll help you sort it out.
Special thanks to the paramiko and PySimpleGUI communities for their awesome libraries.