Ad Widget

Collapse

FTP configuration for Windows server client 2016.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jzapata
    Junior Member
    • Jan 2019
    • 6

    #1

    FTP configuration for Windows server client 2016.

    Error with a virtualized Windows Server 2016 client: Step "FTP Server" [1 of 1] failed: Login denied: Access denied: 530, who can help me.

    attentively
    Jaime Zapata.
  • AdrianG001
    Banned
    • Aug 2018
    • 5

    #2
    1. Initially, check the FTP logs, /var/log/messages to find more details on why “FTP access denied 530” error occurs.This will give you clues like incorrect username, password, IP blocks, etc.

    2. Based on the exact errors in the log, the fix differs. Take the necessary steps to fix it. Let’s check the fix for each of them.

    3. User permission denial

    Fixing involves correcting the user permissions. In vsftpd server, we solve this issue by setting userlist_deny to NO in /etc/vsftpd/user_list. After that, we assign ‘allowed users’ in file /etc/vsftpd/user_list. Then we put the ‘not allowed users’ in /etc/vsftpd/ftpusers file too.

    4. Server authentication failure

    Here, we suggest customer to authenticate to FTP server by using encrypted authentication. For this, customer has to enable SSL in the FTP configuration settings.

    5. Login authentication failure

    To fix this error, we help user to configure the FTP client setting with correct host address, username, and password. Also, we ensure that the username and password are given correctly.

    6. IP address block

    Obviously, to fix 530 errors due to IP block, we need to unblock IP address on the server. In cPanel servers, we can do this from ConfigServer Security & Firewall. There will be an unblock icon next to the blocked IP address. Simply clicking the icon unblocks the IP in the firewall.

    Or if server uses iptables to block IP address, we unblock it from the command line itself.

    Regards,
    Adrian
    System Administrator
    Last edited by vitalijs.m; 30-08-2019, 11:37.

    Comment

    Working...