THIS PACKAGE HAS BEEN DEPRECATED. THE UPDATED VERSION IS file-downloader (https://pypi.org/project/file-downloader/).
Intro
This module is used for downloading files from the internet via http or ftp.
It supports basic http authentication and ftp accounts, and supports resuming downloads. It does not support https or sftp at this time. The main advantage of this package is it’s ease of use, and pure pythoness. It only uses the Python standard library, so no dependencies to deal with, and no C to compile.
Usage
If a non-standard port is needed just include it in the url (http://example.com:7632).
Simple
downloader = fileDownloader.DownloadFile(’http://example.com/file.zip’) downloader.download()
Use full path to download
downloader = fileDownloader.DownloadFile(’http://example.com/file.zip’, “C:UsersusernameDownloadsnewfilename.zip”) downloader.download()
Password protected download
downloader = fileDownloader.DownloadFile(’http://example.com/file.zip’, “C:UsersusernameDownloadsnewfilename.zip”, (‘username’,’password’)) downloader.download()
Resume
downloader = fileDownloader.DownloadFile(’http://example.com/file.zip’) downloader.resume()
Release files for fileDownloader.py 0.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fileDownloader.py-0.4.1.tar.gz | 6.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fileDownloader.py-0.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.5 kB
Release files / fileDownloader.py-0.4.1.tar.gz
| Download URL | fileDownloader.py-0.4.1.tar.gz |
|---|---|
| Size | 6.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7599e0fe1d57738220033aa47d703041dac9234f2ef4083cf67b0b23339fdad7
|
|
BLAKE2b-256 checksum How to use checksums |
70c00637db0fe5dafaf359baf5abfe87860a37825ff26121bdbe90c4af982584
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / fileDownloader.py-0.4.1-py3-none-any.whl
| Download URL | fileDownloader.py-0.4.1-py3-none-any.whl |
|---|---|
| Size | 10.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0d6d87d534a22be1180ff9d1ec02de6108b852f0f04bad618a4fa8cf6c8a5104
|
|
BLAKE2b-256 checksum How to use checksums |
8e084faf1d95b283478e702a192939a867a71190242bc46a805b85c2629989b6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |