/whipFTP

GUI FTP/SFTP client

Primary LanguagePythonMIT LicenseMIT

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
  • FreeBSD

Getting whipFTP

Ubuntu/Debian:

  • Download the .deb file and install it.

Windows:

  • Install Python (minimum required version: python3.6.3), download the .zip file and extract it. Run install_dependencies.py script to install dependencies. Now you can run whipFTP.pyw to launch the application.

FreeBSD and other Linux distributions:

  • Install Python (minimum required version: python3.6.3), download the .zip file and extract it. Run install_dependencies.py script to install dependencies. Now you can run whipFTP.py to launch the application.