my-server
← Wiki

DaviX

Davix is an open-source client for WebDAV and Amazon S3 available for Microsoft Windows, Apple MacOSX and Linux. Davix is written in C++ and provide several command-line tools and a C++ shared library.

Davix is a tool for remote I/O, file transfer and file management based on the HTTP protocol.

Davix is used at CERN by several projects, including the ROOT data analysis framework, the File Transfer Services (FTS), the European Middleware Initiative gfal2 library or the dynamic storage federation project.

Feature support

Davix supports:

  • SSL/TLS
  • User/password authentication
  • X.509 client certificates authentication
  • Redirection caching
  • Multi-range requests (vector I/O)
  • Checksum calculation
  • Cession recycling
  • VOMS credential
  • Multi-sources via Metalink
  • SOCKS4/5
  • S3 and WebDAV operations

Examples of Davix command line use

to upload a file to a WebDAV repository

to download a file from a S3 bucket with AWS authentication

To list a WebDAV repository over https

To list an S3 bucket with AWS authentication

To create a subdirectory over WebDAV

Execute an HTTP PUT request to a RESTful webservice with the content "hello"

Platforms

Linux

Davix is available on several linux distributions via the Fedora, RedHat EPEL, Debian and Ubuntu software repositories.

The European Middleware Initiative and the European Grid Infrastructure distribute it through their project repositories.

macOS

The Homebrew distribution channel distributes sources and binaries for Davix.

Windows

Cygwin compatible binaries are available for Windows.

See also

References

External links