https://github.com/rainingcomputers/whipftp
OpenSource FTP / SFTP client
https://github.com/rainingcomputers/whipftp
ftp ftp-client python sftp sftp-client
Last synced: 7 months ago
JSON representation
OpenSource FTP / SFTP client
- Host: GitHub
- URL: https://github.com/rainingcomputers/whipftp
- Owner: RainingComputers
- License: mit
- Created: 2018-05-22T04:40:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T07:04:27.000Z (about 4 years ago)
- Last Synced: 2025-02-27T08:20:07.813Z (7 months ago)
- Topics: ftp, ftp-client, python, sftp, sftp-client
- Language: Python
- Homepage:
- Size: 1 MB
- Stars: 177
- Watchers: 12
- Forks: 26
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
# About
whipFTP is a FTP/SFTP client written in python using the tkinter GUI toolkit. Can upload, download, create, rename, copy, move and search files/folders.
#### Currently supported platforms:
+ Linux
+ Windows XP/7/10
+ MacOS# Getting whipFTP
#### Ubuntu/Debian:
+ Download the [.deb](https://github.com/RainingComputers/whipFTP/releases/download/v5.0/whipFTP_5.0.deb) file and install it.#### Windows:
+ Install Python (minimum required version: python3.6.3 for 10/7 and python3.4.0 for XP), download the [.zip](https://github.com/RainingComputers/whipFTP/releases/download/v5.0/whipFTP_5.0_windows.zip) file and extract it. Run `install_dependencies.py` script to install dependencies. Now you can run `whipFTP.pyw` to launch the application.#### MacOS:
+ Not released yet. Use `git clone` or 'download zip', Install Python (minimum required version: python3.6.3). Run `install_dependencies.py` script to install dependencies. Now you can run `whipFTP.py` to launch the application.#### Other Linux distributions:
+ Install Python (minimum required version: python3.6.3), download the [.zip](https://github.com/RainingComputers/whipFTP/releases/download/v5.0/whipFTP_5.0_linux.zip) file and extract it. Run `install_dependencies.py` script to install dependencies. Now you can run `whipFTP.py` to launch the application.# Controls
+ 
*Start connection*
+ 
*Upload files or folders*
+ 
*Save/Download files or folders*
+ 
*Create a new directory*
+ 
*Delete files or folders*
+ 
*Edit/View properties*
+ 
*Cut*
+ 
*Copy*
+ 
*Paste*
+ 
*About/Help*
+ 
*Goto a path*
+ 
*Search/Find files or folders*
+ 
*Goto parent directory*# License
+ MIT License. See: https://github.com/RainingComputers/whipFTP/blob/master/LICENSE.md# Bugs
+ Application looks blurry when DPI scaling is enabled.
+ Search on the root directory does not work.# Note
This project is currently being rewritten in wxpython.