dave

WebDAV client library for Perl, and "dave" CLI client

Install

All systems
curl cmd.cat/dave.sh
Debian Debian
apt-get install libhttp-dav-perl
Ubuntu
apt-get install libhttp-dav-perl
image/svg+xml Kali Linux
apt-get install libhttp-dav-perl
Fedora
dnf install perl-HTTP-DAV
Windows (WSL2)
sudo apt-get update sudo apt-get install libhttp-dav-perl
Raspbian
apt-get install libhttp-dav-perl

libhttp-dav-perl

WebDAV client library for Perl, and "dave" CLI client

HTTP::DAV provides client-side access to a DAV server. DAV is a protocol for remote web-site authoring and management. Now you can LOCK, DELETE and PUT files and much more on a DAV-enabled webserver. The PerlDAV library consists of: * HTTP::DAV - an object-oriented Web-DAV client API. * dave - the DAV Explorer, an end-user Unix console program for interacting with WebDAV servers. dave looks and feels like a standard Unix ftp program. Learn more about WebDAV at http://www.webdav.org/

perl-HTTP-DAV

WebDAV client library for Perl5