Eyevinn / ftpdownload

Python FTP download client - more stable than FTP.retrbinary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ftpdownload

Since Python's ftplib.FTP.retrBinary just doesn't cut it. This module instead uses ftplib.FTP.transfercmd. Written for Python 2.7.

Features:

  • shows progress bar,
  • during download sends commands to keep connection alive
  • if disconnected, it reconnects and starts downloads from point of disconnect

About

Python FTP download client - more stable than FTP.retrbinary

License:MIT License


Languages

Language:Python 100.0%