Scroll to navigation

PARFIVE(1) User Commands PARFIVE(1)

NAME

parfive - Python Asyncio Based Downloader

DESCRIPTION

usage: parfive [-h] [--max-conn MAX_CONN] [--max-splits MAX_SPLITS]

[--directory DIRECTORY] [--overwrite] [--no-progress] [--no-file-progress] [--print-filenames] [--verbose] [--version] URLS [URLS ...]

Parfive: A parallel file downloader written in Python.

positional arguments:

URLs of files to be downloaded.

options:

show this help message and exit
Maximum number of parallel file downloads.
Maximum number of parallel connections per file (only used if supported by the server).
Directory to which downloaded files are saved.
Overwrite if the file exists.
Show progress indicators during download.
Show progress bar for each file.
Print successfully downloaded files's names to stdout.
Log debugging output while transferring the files.
show program's version number and exit
April 2024 parfive 2.1.0