duncan
Verified User
I started with a new installation and have not yet been able to get this working.
As the admin, I can login to FTP fine. However, individual user FTP accounts do not work. (Both default and created FTP accounts don't work).
331 Password required for lisa.
PASS (hidden)
530 Login incorrect.
Users all share an IP. Only me, the admin owns an IP.
Here is the proftpd.conf file, minus the commenting:
here is the proftpd.vhosts.conf file:
I read every single thread with the term "ftp" in it. I found a few similar problems, but none of the solutions worked here. This has been driving me crazy for almost a week now!
Any help would be great!
As the admin, I can login to FTP fine. However, individual user FTP accounts do not work. (Both default and created FTP accounts don't work).
331 Password required for lisa.
PASS (hidden)
530 Login incorrect.
Users all share an IP. Only me, the admin owns an IP.
Here is the proftpd.conf file, minus the commenting:
Code:
AllowOverwrite on
<Limit SITE_CHMOD>
DenyAll
</Limit>
<Anonymous ~ftp>
User ftp
Group ftp
UserAlias anonymous ftp
MaxClients 10
DisplayLogin welcome.msg
ServerName "ProFTPD Default Installation"
ServerType standalone
DefaultServer on
Port 21
Umask 022
MaxInstances 30
User nobody
#Group nogrou
#DefaultRoot ~
AllowOverwrite on
<Limit SITE_CHMOD>
DenyAll
</Limit>
<Anonymous ~ftp>
User ftp
Group ftp
UserAlias anonymous ftp
MaxClients 10
DisplayLogin welcome.msg
DisplayFirstChdir .message
<Limit WRITE>
DenyAll
</Limit>
</Anonymous>
here is the proftpd.vhosts.conf file:
Code:
<VirtualHost 216.187.96.69>
ServerName "ProFTPd"
ExtendedLog /var/log/proftpd/216.187.96.69.bytes WRITE,READ$
AuthUserFile /etc/proftpd.passwd
</VirtualHost>
I read every single thread with the term "ftp" in it. I found a few similar problems, but none of the solutions worked here. This has been driving me crazy for almost a week now!

Any help would be great!
Last edited: