Learn about Centmin Mod LEMP Stack today
Become a Member

FTP 530 Login authentication failed

Discussion in 'Other Centmin Mod Installed software' started by rampage, Apr 19, 2017.

  1. rampage

    rampage New Member

    11
    0
    1
    Sep 19, 2016
    Ratings:
    +5
    Local Time:
    2:42 AM
    1.23.3
    Please fill in any relevant information that applies to you:
    • CentOS Version: CentOS Linux 7 (Core) 64
    • Centmin Mod Version Installed: Centmin Mod 1.2.3-eva2000.08
    • 123.08stable
    Hi, am trying out the centimod, have created a domain hosting and got he ftp configration.
    However it seems I can not login using the ftp user/password generated?
    firezilla says
    Code:
    Response:    331 User rampage OK. Password required
    Command:    PASS *********************
    Response:    530 Login authentication failed
    Error:    Critical error: Could not connect to server


     
  2. elargento

    elargento Member

    352
    17
    18
    Jan 4, 2016
    Ratings:
    +44
    Local Time:
    1:42 PM
    10
    Is CSF enabled? Is the port open?
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,458
    12,257
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,841
    Local Time:
    2:42 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    For pure-ftpd server info read Pure-FTPD Virtual FTP Users - CentminMod.com LEMP Nginx web stack for CentOS regarding firewalls and passive port requirements and also how to change the pure-ftpd virtual ftp user's password if needed

    is pure-ftpd server actually running ?
    Code (Text):
    service pure-ftpd status
    

    if not running start it
    Code (Text):
    service pure-ftpd start
    

    ensure auto restarts on reboots
    Code (Text):
    chkconfig pure-ftpd on
    
     
  4. rampage

    rampage New Member

    11
    0
    1
    Sep 19, 2016
    Ratings:
    +5
    Local Time:
    2:42 AM
    1.23.3
    Thanks eva2000.
    Upon check the status of it:
    it reports
    and

    Does this mean pure-ftpd doesn't know the user created by the centminmod script?

    Also why it says 500 This security scheme is not implemented while trying to connect using FTP SSL/TLS?
     
    Last edited: Apr 20, 2017
  5. eva2000

    eva2000 Administrator Staff Member

    55,458
    12,257
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,841
    Local Time:
    2:42 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Are you using the pure-ftpd virtual ftp user provided by nginx vhost creation routine or you added your own system user via adduser command and trying that system added user's username/password to ftp in ?

    what OS/system is your local PC running filezilla ? Linux based ?

    clue is related to so google-fu is needed :)
    filezilla up to date ?

    ftp client setup as per Pure-FTPD Virtual FTP Users - CentminMod.com LEMP Nginx web stack for CentOS ? Require Explicit FTP over TLS ?

    what is output for command
    Code (Text):
    grep ^TLS /etc/pure-ftpd/pure-ftpd.conf
    

    example
    Code (Text):
    grep ^TLS /etc/pure-ftpd/pure-ftpd.conf
    TLS                      2
    
     
    Last edited: Apr 20, 2017