DAVIX-GET(1) | download tool | DAVIX-GET(1) |
davix-get - Download tool based on libdavix
davix-get [options]... url davix-get [options]... url local_file
davix-get is a tool to download resources from HTTP, Webdav
or REST compatible services.
The command supports the protocol Http (http(s)://), WebDav (dav(s)://) and S3
(s3(s)://).
Target resources can either be a single file or a collection.
In the case of collection, all sub-collections will also be downloaded.
davix-get is powered by libdavix. See libdavix(3) for details.
Common Options:
Security Options:
Download content and print it on stdout
davix-get http://example.org/dir1/dir2/file1
Download content to a local file
davix-get s3://bucket.example.org/collection/file2 /tmp/file2
Download content to a local file with VOMS authentication in a
Grid environment
davix-get -P grid davs://grid-storage.example.org/dir1/file1 /tmp/file1
Download content and print it to stdout, using a OAuth
token
davix-get https://example.org/dir1/tmpfile -H "Authorization: Bearer
mytoken"
Download collection to a local directory
davix-get dav://example.org/dir ./mydir
http://dmc.web.cern.ch/projects/davix/home
Adrien Devresse <adrien.devresse@cern.ch>, IT-SDC-ID, CERN
$Date: 2014/05/24 $ | davix |