installed vsftpd on SUSE, allows only anonymous login - I can't transfer files at all from windows machine. any idea?. It accepts only anonymous.
C:\>ftp 192.168.1.11
Connected to 192.168.1.11.
220 (vsFTPd 2.0.7)
User (192.168.1.11:( none)): root
530 This FTP server is anonymous only.
Login failed.
ftp> quit
221 Goodbye.
C:\>ftp 192.169.1.11
Connected to 192.168.1.11.
220 (vsFTPd 2.0.7)
User (192.168.1.11:( none)): anonymous
331 Please specify the password.
Password:
230 Login successful.
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
226 Directory send OK.
ftp> pwd
257 "/"
ftp>
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
226 Directory send OK.
ftp>
ftp> pwd
257 "/"
ftp> cd home
550 Failed to change directory.
ftp>
C:\>ftp 192.168.1.11
Connected to 192.168.1.11.
220 (vsFTPd 2.0.7)
User (192.168.1.11:( none)): root
530 This FTP server is anonymous only.
Login failed.
ftp> quit
221 Goodbye.
C:\>ftp 192.169.1.11
Connected to 192.168.1.11.
220 (vsFTPd 2.0.7)
User (192.168.1.11:( none)): anonymous
331 Please specify the password.
Password:
230 Login successful.
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
226 Directory send OK.
ftp> pwd
257 "/"
ftp>
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
226 Directory send OK.
ftp>
ftp> pwd
257 "/"
ftp> cd home
550 Failed to change directory.
ftp>