Scroll to navigation

datalad-download-url(1) General Commands Manual datalad-download-url(1)

SYNOPSIS

datalad-download-url [--version] [-h] [-l LEVEL] [-p {condor}] [-O PATH] [-o] [-x] url [url ...]

DESCRIPTION

Download content

It allows for a uniform download interface to various supported URL
schemes, re-using or asking for authentication detail maintained by
datalad.

Examples:

$ datalad download http://example.com/file.dat s3://bucket/file2.dat

OPTIONS

url URL(s) to be downloaded. Constraints: value must be a string

--version show the program's version and license information -h, --help, --help-np show this help message. --help-np forcefully disables the use of a pager for displaying the help message -l LEVEL, --log-level LEVEL set logging verbosity level. Choose among critical, error, warning, info, debug. Also you can specify an integer <10 to provide even more debugging information -p {condor}, --pbs-runner {condor} execute command by scheduling it via available PBS. For settings, config file will be consulted -O PATH, --path PATH path (filename or directory path) where to store downloaded file(s). In case of multiple URLs provided, must point to a directory. Otherwise current directory is used. Constraints: value must be a string [Default: None] -o, --overwrite flag to overwrite it if target file exists. [Default: False] -x, --stop-on-failure flag to stop subsequent downloads upon first failure to download. [Default: False]

AUTHORS

datalad is developed by The DataLad Team and Contributors <team@datalad.org>.
2016-11-10 datalad-download-url 0.4.1