Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 545 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 545 Bytes

A graphical FTP client

The FTP client has been implemented with the following features:

  • Login authentication
  • Uploading
  • Downloading
  • Interrupted transfers resumption

The client and functional functions are implemented in ftpclient.py, called by gui.py. Relics contains the implementation without a graphical interface, and downloads is the directory where files downloaded by the client are stored.