Web Hosting Talk







View Full Version : can pureftp do anonymous accounts per domain?


PhilG
06-22-2003, 07:50 AM
Hello,

I am wondering if you can setup pureftp server to do both normal logins and also anonymous logins?

I am having a major problem finding information out about this. Can anyone help?

i have compiled pureftpd with

./configure --with-puredb --with-cookie --with-ftpwho --with-quotas

Any help would be apprieciated.

Voodoo Web
06-22-2003, 08:56 AM
Yes it can!
Compile with --with-virtualhosts and create an user named ftp with homedir set to /etc/pure-ftpd.
In this directory you create symlink named after the ip address and pointing to the directory where the anonymous ftp files are.

- dom

PhilG
06-22-2003, 09:06 AM
What happens if i have 2 users on the same Ip address?

is that posible?

Voodoo Web
06-23-2003, 08:00 PM
Anonymous FTP is an ip based service. There is no chance to make a domain based configuration, this is not just a limitation of pureftpd.

- dom