The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

dav_this - Export the current directory over WebDAV

VERSION

This document describes version 0.001 of dav_this (from Perl distribution App-DAVThis), released on 2017-11-10.

SYNOPSIS

 ## Export the current directory over WebDAV
 $ dav_this

You can then use a WebDAV client like the command-line cadaver or the GUI nautilus (dav://localhost:4242/)

 ## Export the `dir_name` directory over WebDAV, specify port
 $ dav_this dir_name --port 8242

 ## Show documentation about our options
 $ dav_this --help

 ## Show the entire man page
 $ dav_this --man

DESCRIPTION

This script exports the current directory over WebDAV.

ARGUMENTS

The script accepts a single optional argument: the path of the directory to export.

OPTIONS

The following options are available:

--port PORT

Start the server on a specific PORT. Default is 4242.

--help

Print information about the script usage and its options.

--man

Print the entire man page for the command.

TODO

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/App-DAVThis.

SOURCE

Source repository is at https://github.com/perlancar/perl-App-DAVThis.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-DAVThis

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

SEE ALSO

Other scripts in the same spirit: http_this (from App::HTTPThis), https_this (from App::HTTPThis), ftp_this (from App::FTPThis), cgi_this (from App::CGIThis).

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.