Multiple FTP servers with different characteristics on one
server?
Jeff Jirsa
jeff at unixconsults.com
Mon Apr 14 16:48:33 PDT 2003
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
More information about the freebsd-questions
mailing list