ken3stokes / SFTP_Utility

This application provides a user-friendly interface for establishing secure SFTP connections, allowing you to easily upload and download files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SFTP Client Python License Build

A simple and intuitive SFTP Client built with PySimpleGUI and paramiko.

Features

  • πŸš€ 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.

Installation

  1. Clone the repository:
    git clone https://github.com/your_username/SFTP-Client.git

cd SFTP-Client pip install -r requirements.txt python main.py

Contributing

Contributions are welcome! Please read our contributing guidelines for details.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Support

Having trouble with the client? Raise an issue on GitHub and we'll help you sort it out.

Acknowledgments

Special thanks to the paramiko and PySimpleGUI communities for their awesome libraries.

Icons provided by Shields.io

About

This application provides a user-friendly interface for establishing secure SFTP connections, allowing you to easily upload and download files

License:MIT License


Languages

Language:Python 100.0%