Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-29, 04:17:44

Author Topic: FTP authentication issue  (Read 3933 times)

0 Members and 1 Guest are viewing this topic.

Offline rsakhale

  • Valuable Member
  • *
  • Posts: 103
  • Karma: +1/-0
  • Gender: Male
  • Rohan Sakhale
    • View Profile
    • Rohan Rajan Sangita Sakhale
FTP authentication issue
« on: 2016-07-25, 19:10:28 »
Mr. Mustafa, I know this would be very common question but I have already tried things that I search around Google and Forum, so seeking for quick help from you.

Below is my system information

Code: [Select]
A. Control Panel:
   - Kloxo-MR: 7.0.0.b-2016071401
   - Web: hiawatha-10.3.0-f.1.mr.el6.x86_64
   - PHP: php54s-5.4.45-1.ius.el6 (fpm mode)
B. Plateform:
   - OS: CentOS release 6.8 (Final) x86_64
   - Hostname: saiashirwad.com
C. Services:
   1. MySQL: MariaDB-server-10.0.26-1.el6.x86_64
   2. PHP:
      - Installed:
        - Branch: php70w-cli-7.0.8-1.w6.x86_64
        - Multiple:
          * php54m-5.4.45-1.ius.el6
          * php55m-5.5.37-1.ius.el6
          * php56m-5.6.23-1.ius.el6
          * php70m-7.0.8-1.w6
      - Used: php70m-fpm
      - Multiple: disable
   3. Web Used: apache
     - Hiawatha: hiawatha-10.3.0-f.1.mr.el6.x86_64
     - Lighttpd: lighttpd-1.4.39-3.el6.x86_64
     - Nginx: nginx-1.11.2-1.el6.ngx.x86_64
     - Apache: httpd-2.2.31-1.mr.el6.x86_64
       - PHP Type: php-fpm_worker
       - Secondary PHP: on
   4. WebCache: none
     - ATS: --uninstalled--
     - Squid: --uninstalled--
     - Varnish: --uninstalled--
   5. Dns: bind
     - Bind: bind-9.9.7-1.mr.el6.x86_64
     - DJBDns: --uninstalled--
     - NSD: --uninstalled--
     - PowerDNS: --uninstalled--
     - Yadifa: --uninstalled--
   6. Mail: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - pop3/imap4: courier-imap-toaster-4.1.2-1.3.20.mr.el6.x86_64
      - smtp: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - spam: bogofilter-1.2.4-1.el6.x86_64
D. Memory:
                total       used       free     shared    buffers     cached
   Mem:         12288        618      11669          7          0        238
   -/+ buffers/cache:        380      11907
   Swap:            0          0          0
E. Disk Space:
   Filesystem      Size  Used Avail Use% Mounted on
   simfs            60G  6.0G   55G  10% /


*** Process Time: 00:00:00:13.13018 (dd:hh:mm:ss:xxxxxx) ***

Below are commands I already given try, like downgrading FTP

Code: [Select]
yum –y downgrade pure-ftpd
sh /script/upcp
sh /script/cleanup
yum -y update

What more configuration I could be missing, I also added new FTP user with valid password, still I get FTP Error as below

Code: [Select]
Command: PASS ***********
Response: 530 Login authentication failed
Error: Critical error: Could not connect to server

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: FTP authentication issue
« Reply #1 on: 2016-07-25, 19:36:21 »
What's reason to downgrade pure-ftpd. I have no issue related to latest pure-ftpd.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline rsakhale

  • Valuable Member
  • *
  • Posts: 103
  • Karma: +1/-0
  • Gender: Male
  • Rohan Sakhale
    • View Profile
    • Rohan Rajan Sangita Sakhale
Re: FTP authentication issue
« Reply #2 on: 2016-07-26, 04:01:18 »
Always it was solved by doing that, how do I upgrade this and fix the authentication issue?

I tried below

Code: [Select]
yum upgrade -y pure-ftpd
yum update -y
sh /script/upcp
sh /script/cleanup
sh /script/fix-all
sh /script/restart-all

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: FTP authentication issue
« Reply #3 on: 2016-07-26, 05:06:05 »
Go to 'admin > ftp configure' and click update.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline rsakhale

  • Valuable Member
  • *
  • Posts: 103
  • Karma: +1/-0
  • Gender: Male
  • Rohan Sakhale
    • View Profile
    • Rohan Rajan Sangita Sakhale
Re: FTP authentication issue
« Reply #4 on: 2016-07-26, 05:22:44 »
Still no luck, I am still getting below error

Code: [Select]
Response: 530 Login authentication failed
Error: Critical error: Could not connect to server

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: FTP authentication issue
« Reply #5 on: 2016-07-26, 05:28:02 »
Test with 'telnet localhost 21'.

Remember, connect to ftp must be as 'passive mode'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline rsakhale

  • Valuable Member
  • *
  • Posts: 103
  • Karma: +1/-0
  • Gender: Male
  • Rohan Sakhale
    • View Profile
    • Rohan Rajan Sangita Sakhale
Re: FTP authentication issue
« Reply #6 on: 2016-07-26, 06:16:48 »
Looks like this worked, also I had to do a complete format and re-install everything, good that I have backup :)

<3 Kloxo-MR

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.06 seconds with 21 queries.

web stats analysis