diff options
author | taca <taca@pkgsrc.org> | 2002-05-09 16:20:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-05-09 16:20:58 +0000 |
commit | 9960600a43fd2a589d5d37dc79bf70fbe8c57cc6 (patch) | |
tree | c4b3b005de8575d3fa07b3a8198b02be13c9d4ec /net/ftpproxy/MESSAGE | |
parent | a5e72daec6f29e3cfdcfa8d9123c9518803847ba (diff) | |
download | pkgsrc-9960600a43fd2a589d5d37dc79bf70fbe8c57cc6.tar.gz |
Importing ftpproxy 1.1.5 package.
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).
Diffstat (limited to 'net/ftpproxy/MESSAGE')
-rw-r--r-- | net/ftpproxy/MESSAGE | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ftpproxy/MESSAGE b/net/ftpproxy/MESSAGE new file mode 100644 index 00000000000..1f16e271993 --- /dev/null +++ b/net/ftpproxy/MESSAGE @@ -0,0 +1,10 @@ +=========================================================================== +$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. + +=========================================================================== |