/usr/share/doc/netwox-doc/tools/168.html is in netwox-doc 5.39.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | <HTML>
<HEAD>
<TITLE>Tool 168: FTP server</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER> <H3>Tool 168: FTP server</H3>
</CENTER>
<P><H3>Description:</H3>
<PRE>
This tool is a FTP server.
Parameter --rootdir defines the root directory for put and get file
operations (cannot exit this root jail).
Parameters --login and --password defines needed login and password.
Parameter --allowed-clients lists the IP addresses or hosts allowed
to connect.
Parameter --src-port defines the local port number to listen on.
Optional parameter --src-ip defines the local IP address to use.
Optional parameter --iptype defines which kind of IP address to use
when --src-ip is unset (accepted values: ip4 and ip6).
Optional parameter --ip4opts permits to add IP4 options encoded as
mixed.
Optional parameter --ip6exts permits to add IP6 options encoded as
mixed (first byte is the next header number).
Optional parameters --device and --src-eth are not yet implemented.
This tool may need to be run with admin privilege in order to listen
on a small port number (port<1024).
</PRE>
<P><H3>Synonyms:</H3>
proftpd, wuftpd<BR>
<P><H3>Usage:</H3>
netwox 168 [-r dir] [-l login] [-L password] [-d device] [-E eth] [-I ip] [-P port] [-o ip4opts] [-O ip6exts] [-t iptype] [-T uint32] [-c ips] [-U|+U]<BR>
<P><H3>Parameters:</H3>
<TABLE BORDER=1 CELLPADDING=4>
<TR>
<TD ALIGN=middle><I>parameter</I></TD>
<TD ALIGN=middle><I>description</I></TD>
<TD ALIGN=middle><I>example</I></TD>
</TR>
<TR><TD><TT>-r|--rootdir dir</TD>
<TD>root directory</TD>
<TD>/tmp</TD></TR>
<TR><TD><TT>-l|--login login</TD>
<TD>login needed to access</TD>
<TD> </TD></TR>
<TR><TD><TT>-L|--password password</TD>
<TD>password needed to access</TD>
<TD> </TD></TR>
<TR><TD><TT>-d|--device device</TD>
<TD>device name</TD>
<TD>Eth0</TD></TR>
<TR><TD><TT>-E|--src-eth eth</TD>
<TD>source ethernet address</TD>
<TD>0:2:3:4:5:6</TD></TR>
<TR><TD><TT>-I|--src-ip ip</TD>
<TD>source IP address</TD>
<TD>192.168.100.200</TD></TR>
<TR><TD><TT>-P|--src-port port</TD>
<TD>source port number</TD>
<TD>21</TD></TR>
<TR><TD><TT>-o|--ip4opts ip4opts</TD>
<TD>IPv4 options</TD>
<TD> </TD></TR>
<TR><TD><TT>-O|--ip6exts ip6exts</TD>
<TD>IPv6 extensions</TD>
<TD> </TD></TR>
<TR><TD><TT>-t|--iptype iptype</TD>
<TD>type to use when src-ip is unset</TD>
<TD>ip4</TD></TR>
<TR><TD><TT>-T|--timeout uint32</TD>
<TD>timeout in ms</TD>
<TD>180000</TD></TR>
<TR><TD><TT>-c|--allowed-clients ips</TD>
<TD>clients allowed to connect</TD>
<TD>all</TD></TR>
<TR><TD><TT>-U|--allow-put|+U|--no-allow-put</TD>
<TD>allow put/write on server</TD>
<TD><I>This boolean is set.<BR>Use + or --no- to unset it.</I> </TD></TR>
</TABLE>
<P><H3>Example:</H3>
netwox 168<BR>
<BR>
</BODY>
</HTML>
|