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

NAME

otfile - Serve a single file, once, via HTTP over the local network.

SYNOPSIS

$ otfile [-a -p 1234] <file to serve>

OPTIONS

--auto or -a

Auto port selection. Increments specified port until successful.

--port=N or -p N

Use specified port, defaults to 1234.

--multiple or -m

Don't exit after serving the file the first time. To serve a file to multiple people. Requires, CTL+C to exit.

--help or -h

this help information

AUTHOR

Mike Greb <michael@thegrebs.com>

COPYRIGHT

Copyright 2013- Mike Greb

LICENSE

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