Skip to main content

Downloads files via HTTP or FTP

Project description

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()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fileDownloader.py-0.4.0.zip (6.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

fileDownloader.py-0.4.0.win32.exe (202.1 kB view details)

Uploaded Source

fileDownloader.py-0.4.0-py2.7.egg (7.9 kB view details)

Uploaded Egg

File details

Details for the file fileDownloader.py-0.4.0.zip.

File metadata

File hashes

Hashes for fileDownloader.py-0.4.0.zip
Algorithm Hash digest
SHA256 5193518cdf8ba065d866e3c59686c7f9f1c0cc24c76352b995e70ec55658193e
MD5 487287a8a75be4cfc3ad015ca4008a58
BLAKE2b-256 53423bb68f7dec84fdacf9a7e0017f0ff5b2c13afb5579455c75c1ced80050ff

See more details on using hashes here.

File details

Details for the file fileDownloader.py-0.4.0.win32.exe.

File metadata

File hashes

Hashes for fileDownloader.py-0.4.0.win32.exe
Algorithm Hash digest
SHA256 84b9f1f5e5e204c57fd25a74d2adbb28b48df7fedcddf4d61fbdb31f6b3bc158
MD5 68cc6b56eab49a9a55d1f86f6fcde9ee
BLAKE2b-256 5003675a77f32cc0eb638d8d16b72799fa003fbe69418b7825a33dfe8f77adc2

See more details on using hashes here.

File details

Details for the file fileDownloader.py-0.4.0-py2.7.egg.

File metadata

File hashes

Hashes for fileDownloader.py-0.4.0-py2.7.egg
Algorithm Hash digest
SHA256 b4b143cfc5a18cbfa67de7bc0dc1772d387819275f4339c915c6f5fc372e9059
MD5 8b0b29756a3b6d000756ff5b4e85da07
BLAKE2b-256 56cedc25cb0de008a94bb1b8f59cfe2500f12d535275258643ee6c477ae9002b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page