Ottoer / whipFTP

GUI FTP/SFTP client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

GUI FTP/SFTP client

License:MIT License


Languages

Language:Python 57.1%Language:Tcl 42.9%