ratt-ru / packratt

BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Support Resumable Downloads more extensively #6

Closed sjperkins closed 3 years ago

sjperkins commented 4 years ago

5 implements basic resumable downloads for FTP and HTTP. However, it could be extended to correctly support HTTP response codes and retries.

See https://github.com/berdario/resumable-urlretrieve/blob/master/resumable/__init__.py for inspiration.