From 13ba330355cc1b997a273d97afcce932f11c423d Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 20 Oct 2011 17:02:32 +0200 Subject: Added debian/ and CHANGELOG for 20091227-2 package version --- debian/woof.1 | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 debian/woof.1 (limited to 'debian/woof.1') diff --git a/debian/woof.1 b/debian/woof.1 new file mode 100644 index 0000000..12d23a9 --- /dev/null +++ b/debian/woof.1 @@ -0,0 +1,55 @@ +.TH "woof" "1" "Last Modified: September 12, 2010" +.SH NAME +\fBwoof\fP \- A small, simple, stupid webserver to share files + +.SH SYNOPSIS +.B woof +.RI [ options ] " file" + +.SH DESCRIPTION +\fBwoof\fP is a tool to copy files between hosts. It can +serve a specified file on HTTP,just for a given number of times, and then +shutdown. It can be easily used to share files across the computers on a +net, and given that the other ends should have just a browser, it can share +stuff between different operating system, or different devices (e.g.: a +smartphone). It can also show a simple html form in order to upload a file. +commands. + +.SH OPTIONS +A summary of options is included below. +.TP +.B \-h +Show summary of options. +.TP +.B \-i +IP address to share the file +.TP +.B \-p +Port to be used to share the file +.TP +.B \-c +Number of times to share the file +.TP +.B \-z +Used on a directory, it creates a tarball with gzip compression +.TP +.B \-j +Used on a directory, it creates a tarball with bzip2 compression +.TP +.B \-Z +Used on a directory, it creates a tarball with ZIP compression +.TP +.B \-u +Used on a directory, it creates a tarball with no compression +.TP +.B \-s +Used to distribute woof itself +.TP +.B \-U +woof provides an upload form and allows uploading files + +.SH AUTHOR +woof was written by Simon Budig + +This manual page was written by Andrea Colangelo , +for the Debian project (and may be used by others). -- cgit v1.2.3