Date: Thu, 29 Oct 1998 11:59:24 -0800 (PST) From: Joe McGuckin <joe@monk.via.net> To: questions@FreeBSD.ORG Subject: which ftpd to use? Message-ID: <199810291959.LAA29212@monk.via.net>
next in thread | raw e-mail | index | archive | help
We've used wu-ftpd in the past and like it's virtual ftp capabilities. It has a few shortcomings though: - can't write seperate xferlog files per user - allows a user to ftp to ftp.foo.com on a server, then log in as user 'bar', subverting the traffic counting mechanism we use. The man page for ftpd indicates that FreeBSD's ftpd can write seperate log files. What about limiting logins to a virtual host to a user associated with that host or anonymous? Could I have something like this in /etc/ftphosts? ftp.foo.com joe:........ # User joe ftp.foo.com ftp:........ #anonymous user for foo.com ftp.bar.com fred:....... ftp.bar.com ftp:....... Where the anon ftp areas for foo.com and bar.com are different? Also, if someone ftps to foo.com, will they be allowed to login as user 'fred'? Thanks, joe Joe McGuckin ViaNet Communications 1235 Pear Ave, Suite 107 Mountain View, CA 90403 Phone: 650-969-2203 Fax: 650-969-2124 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810291959.LAA29212>