Help center · Syndaq

How to troubleshoot FTP login failures

Fix FTP authentication errors, timeouts, and passive mode problems.

FTP failures are commonly caused by incorrect usernames, the wrong hostname, blocked passive mode ports, or attempting insecure FTP where only secure methods are allowed.

Common symptoms

  • Connection refused or authentication failed
  • Listing directories hangs after login
  • FTP works on one network but not another

Troubleshooting steps

  1. Use the full FTP username as shown in cPanel and verify the password carefully.
  2. Try the primary domain, server hostname, or the exact FTP endpoint provided in your service details.
  3. Enable passive mode in the FTP client. This resolves many directory listing failures.
  4. Use explicit FTPS or SFTP if your environment prefers encrypted access.
  5. Test from a different network to rule out local firewall or ISP filtering.

Additional notes

  • FTP account permissions may be limited to a specific directory by design.
  • SFTP uses SSH credentials and settings, not standard FTP account credentials.

When to contact support

Contact support if authentication succeeds but directory listing or transfers always fail.

Back to help center