Skip to main content

Can FTP from cmd line not from app or browser.

Comments

2 comments

  • rfor
    Better details: Status: Resolving address of example.com Status: Connecting to xx.xx.xx.xx:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Connected Status: Retrieving directory listing... Status: Server sent passive reply with unroutable address. Using server address instead. Command: MLSD Error: The data connection could not be established: ETIMEDOUT - Connection attempt timed out Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing
    0
  • cPanelMichael
    Hello:) It's likely you have firewall rules enabled that are blocking the passive FTP ports that are configured in:
    /etc/pure-ftpd.conf
    Check to ensure the following line is not disabled in the above file:
    PassivePortRange 30000 35000
    Then, ensure the above port range is not blocked in your firewall. This document may help:
    0

Please sign in to leave a comment.