ftp.proxy is a proxy server for a subset of the file tranfer protocol described in RFC 959. It forwards traffic between a client and a server without looking too much if both hosts do real FTP. The FTP server can be either given on the command line or supplied by the client. It starts from inetd(8).
10 lines
410 B
Text
10 lines
410 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2002/05/09 16:20:58 taca Exp $
|
|
|
|
Please install inetd.conf(5)'s entry like bellow.
|
|
|
|
ftp stream tcp nowait nobody ${LOCALBASE}/libexec/ftp.proxy ftp.proxy -e -l -m
|
|
|
|
You may consider to select your own port other than standard ftp.
|
|
|
|
===========================================================================
|