DESCRIPTION
Download a content from a URL using DataLad's downloader
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 and
exit
-h, --help, --help-np
show this help message and exit. --help-np forcefully
disables the use of a pager for displaying the help
message
-l {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}, --log-level {critical,error,warning,info,debug,1,2,3,4,5,6,7,8,9}
level of verbosity. Integers 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]