.TH datalad-download-url 1 2016\-11\-10 "datalad-download-url 0.4.1" .SH SYNOPSIS \fBdatalad\-download\-url\fR [--version] [-h] [-l LEVEL] [-p {condor}] [-O PATH] [-o] [-x] url [url ...] .SH DESCRIPTION Download content .br .br It allows for a uniform download interface to various supported URL .br schemes, re\-using or asking for authentication detail maintained by .br datalad. .br .br Examples: .br .br $ datalad download http://example.com/file.dat s3://bucket/file2.dat .SH OPTIONS url URL(s) to be downloaded. Constraints: value must be a string \fB--version\fR show the program's version and license information \fB-h\fR, \fB--help\fR, \fB--help-np\fR show this help message. --help-np forcefully disables the use of a pager for displaying the help message \fB-l\fR LEVEL, \fB--log-level\fR 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 \fB-p\fR {condor}, \fB--pbs-runner\fR {condor} execute command by scheduling it via available PBS. For settings, config file will be consulted \fB-O\fR \fI\s-1PATH\s0\fR, \fB--path\fR \fI\s-1PATH\s0\fR 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] \fB-o\fR, \fB--overwrite\fR flag to overwrite it if target file exists. [Default: False] \fB-x\fR, \fB--stop-on-failure\fR flag to stop subsequent downloads upon first failure to download. [Default: False] .SH AUTHORS datalad is developed by The DataLad Team and Contributors .