ftp vsftpd 530 Permission denied

Read 7729 times
Hello Good People,

I have a problem in accessing the ftp, here's how it looks.

Status:   Connecting to xxx.xxx.xxx.xxx:21...
Status:   Connection established, waiting for welcome message...
Response:   220 Welcome to Streaming FTP
Command:   USER xxxxxxx
Response:   530 Permission denied.
Error:   Could not connect to server

Does anyone else have this problem ???

Thank you,
If you want something to change your the better, start you thinking about how to do it . . .
That doesn't look like the Centova Cast FTP server, which will identify itself as "cc-ftpd" in its banner string.  You also indicated in your subject line that it was vsftpd.  If you're looking for vsftpd help, our forums probably aren't the best place.  If you're trying to log in to your stream accounts via FTP, you need to use cc-ftpd.
Thank so much Steve,

I fix all my problem and now is work, and now everything is working perfectly as to the ftp.

I unistall vsftpd # yum remove vsftpd and I checked the settings and cc-ftpd.

But have little problem i connect to total commander, in console login ftp, but can login in filezilla

i have this problem 421 Too many connections (2) from this IP although I have changed FTP_IP_LIMIT

and i have this problem for FileZilla


Status:   Connecting to xxx.xxx.xxx.xxx:21...
Status:   Connection established, waiting for welcome message...
Response:   220-Welcome to cc-ftpd.
Response:   220-You are user number 1 of 50 allowed.
Response:   220-Local time is now 09:34. 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 XxXxXxXx
Response:   331 User XxXxXxXx OK. Password required
Command:   PASS ********
Response:   230 OK. Current restricted directory is /
Command:   SYST
Response:   215 UNIX Type: L8
Command:   FEAT
Response:   211-Extensions supported:
Response:    EPRT
Response:    IDLE
Response:    MDTM
Response:    SIZE
Response:    MFMT
Response:    REST STREAM
Response:    MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response:    MLSD
Response:    UTF8
Response:    TVFS
Response:    ESTA
Response:    PASV
Response:    EPSV
Response:    SPSV
Response:    ESTP
Response:   211 End.
Command:   OPTS UTF8 ON
Response:   200 OK, UTF-8 enabled
Status:   Connected
Status:   Retrieving directory listing...
Command:   PWD
Response:   257 "/" is your current location
Command:   TYPE I
Response:   200 TYPE is now 8-bit binary
Command:   PASV
Response:   227 Entering Passive Mode (xxx,xxx,xxx,xxx,182,19)
Command:   MLSD
Error:   Connection timed out
Error:   Failed to retrieve directory listing

Thank youm
If you want something to change your the better, start you thinking about how to do it . . .