FTP Manager is a Python tool designed to facilitate the connection between mobile phones and computers through the File Transfer Protocol (FTP). It provides a convenient way to share files and folders between devices, allowing users to transfer data effortlessly.
- Connect your mobile phone and computer via FTP.
- Easily transfer files and folders between the devices.
- Supports both uploading and downloading files.
- Python 3
- pip
-
Clone the repository:
$ git clone https://github.com/imraj569/ftp_manager.git
-
Install the required dependencies:
$ pip install -r requirements.txt
-
Ensure that both your mobile phone and computer are connected to the same network by just download any ftp server app on play store recommendation - FTP Tool and make sure change the port to 2221.
-
Launch the FTP Manager tool:
$ python ftp_manager.py
or just dubble click on ftp_manager.py
it will automatically open files and folder of your phone you can easily access them now. for use in GUI Mode run ftp_manager_GUI.py
CLI mode:

GUI mode:
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! If you have any improvements or bug fixes, please submit a pull request. For major changes, please open an issue first to discuss your ideas or changes.
Feel free to reach out to me through any of the platforms above. I'm always happy to connect and engage with fellow developers!
Happy file transferring!