LinuxCommandLibrary

cadaver

WebDAV client for Unix.

TLDR

Connect to the server , open the root collection

$ cadaver [http://dav.example.com/]
copy


Connect to a server using a specific port and open the collection /foo/bar/
$ cadaver [http://dav.example.com:8022/foo/bar/]
copy


Connect to a server using SSL
$ cadaver [https://davs.example.com/]
copy

Copied to clipboard