ProFTPd on SuSE 9.1:Error 530 (Login Incorrect)
I have ProFTPd installed on my SuSE 9.1 web server, but can't seem to connect. I have a copied proftpd.conf file:
<snip>--------------------------------------
#set server parameters
ServerName "ProFTPD"
ServerAdmin "admin@mydomain.com"
ServerType standalone
Port 21
# set default umask
Umask 022
# set the user and group for the server process
User nobody
Group nobody
----------------------------------------</snip>
I have nobody/nobody set up. I can't login with anonymous or any user on my system.
Here is the log of me trying to connect:
<snip>----------------------------------
ben@web1:~> ftp localhost
Trying 127.0.0.1...
Connected to localhost.
220 ProFTPD 1.2.10rc1 Server ready.
Name (localhost:ben): ben
331 Password required for ben.
Password:
530 Login incorrect.
ftp: Login failed.
ftp>
----------------------------------</snip>
Any suggestions? Do I need greater detail for you?
Thanks,
Ben
|