WebDAV

From LQWiki
Jump to navigation Jump to search

The goal of a WebDAV server is to allow you to edit files on a remote computer.

You can set up your own WebDAV service:

  • install Net::DAV::Server from CPAN:
perl -mCPAN -e install Net::DAV::Server
perl __webdav.pl &
  • surf to your server
http://localhost:4242