Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 330 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 330 Bytes

pyFTPclient

FTP client written in python with monitoring and reconnection; it utilises the ftplib & threading.

Features:

  • it shows download progress,
  • it changes socket settings for optimal download,
  • it monitors status of the FTP connection
  • it can reconnect and download file from the point of disconnect.