Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 597 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 597 Bytes

python-ftp.py - A PyQt5 and Python 3 based FTP program.

Upload and Download files, Create and Delete files and directories, basing the program off of FileZilla.

Requirements: See requirements.txt

Optional Functions:

  • SSH without needing password
  • Automatic directory refresh

CHANGELOG

5/25/2020: Successfully redirected text to the QTextEdit Widget

5/21/2020: Able to connect and disconnect from FTP server. Redesigned GUI. Connection and Disconnections are running on seperate threads from the main GUI

5/17/2020: Intial Commit - Able to load GUI. No buttons have any functions.