WebDAV
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
- write your own perl WebDAV server like this: http://websvn.kde.org/*checkout*/trunk/KDE/kdepim/ktimetracker/test/__webdav.pl?revision=623087
- start your server
perl __webdav.pl &
- surf to your server
http://localhost:4242