Having issue connecting via FTP

Read 6258 times
I'm on a dedicated server (Running Debian) that also hosts a few sites, so I have proftpd installed. I have changed the port in proftpd.conf to 20 as to not interfere with cc-ftpd (which is on port 21).

However, I cannot connect.

I enter in the information that it gives for FTP Client Connections and it does not work. I have changed the administrator password for the stream to make sure that I did not forget what it was, and it does not work. Here is what I get in filezilla (Since WinSCP isn't being verbose)

Response:   220-Welcome to cc-ftpd.
Response:   220-You are user number 1 of 50 allowed.
Response:   220-Local time is now 16:18. Server port: 21.
Response:   220-This is a private system - No anonymous login
Response:   220-IPv6 connections are also welcome on this server.
Response:   220 You will be disconnected after 15 minutes of inactivity.
Command:   USER cnib
Response:   331 User xxxx OK. Password required
Command:   PASS ****
Response:   530 Login authentication failed
Error:   Could not connect to server

Any ideas?
FTP uses both ports 20 and 21.  Most likely your other FTP server is interfering.

FTP uses both ports 20 and 21.  Most likely your other FTP server is interfering.

Ahhh. Thanks.

I'll change the other FTP server to another port and see if that fixes it :P

Hmmm. Nope.

Response:   220-Welcome to cc-ftpd.
Response:   220-You are user number 1 of 50 allowed.
Response:   220-Local time is now 10:26. Server port: 21.
Response:   220-This is a private system - No anonymous login
Response:   220-IPv6 connections are also welcome on this server.
Response:   220 You will be disconnected after 15 minutes of inactivity.
Command:   USER cnib
Response:   331 User cnib OK. Password required
Command:   PASS *****
Response:   530 Login authentication failed
Error:   Could not connect to server
Last Edit: March 03, 2012, 10:33:05 am by bros