Date: Mon, 14 Apr 2003 16:48:31 -0700 (PDT) From: Jeff Jirsa <jeff@unixconsults.com> To: Paul Hoffman <phoffman@proper.com> Cc: freebsd-questions@freebsd.org Subject: Re: Multiple FTP servers with different characteristics on one server? Message-ID: <20030414164717.I34594-100000@boris.st.hmc.edu> In-Reply-To: <20030414163953.N34498-100000@boris.st.hmc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 14 Apr 2003, Jeff Jirsa wrote: > > On Mon, 14 Apr 2003, Paul Hoffman wrote: > > > > > 10.0.0.1:ftp stream tcp nowait root /usr/libexec/ftpd ftpd -d -ll -c /etc/a > > 10.0.0.2:ftp stream tcp nowait root /usr/libexec/ftpd ftpd -d -ll -c /etc/b Eh, long day. > > Specifically, I'd assume the following should work, although I don't have > a box to test with at the moment: > > ftpd -d -ll /etc/a -D -a 10.0.0.1 > ftpd -d -ll /etc/b -D -a 10.0.0.2 Should be: ftpd -d -ll -D -a 10.0.0.1 ftpd -d -ll -D -a 10.0.0.2 - Jeff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030414164717.I34594-100000>