DAVIX-GET(1) | download tool | DAVIX-GET(1) |
NAME¶
davix-get - Download tool based on libdavixSYNOPSIS¶
davix-get [options]... url davix-get [options]... url local_file
DESCRIPTION¶
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.
OPTIONS¶
Common Options:Security Options:
EXAMPLES¶
Download content and print it on stdout davix-get http://example.org/dir1/dir2/file1Download 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
SEE ALSO¶
libdavix(3),davix-get(1),davix-put(1),LINKS¶
http://dmc.web.cern.ch/projects/davix/homeAUTHORS¶
Adrien Devresse <adrien.devresse@cern.ch>, IT-SDC-ID, CERN$Date: 2014/05/24 $ | davix |