ftp login filezilla

Discussion in 'ISPConfig 3 Priority Support' started by DylanPedro, Feb 8, 2018.

  1. DylanPedro

    DylanPedro Member

    Hi

    I've setup a new ftp user and when trying to login via filezilla I keep seeing the following issues:

    Code:
    Status:    Resolving address of server1.example.com
    Status:    Connecting to 1.1.1.1:21...
    Status:    Connection established, waiting for welcome message...
    Status:    Initializing TLS...
    Status:    Verifying certificate...
    Status:    TLS connection established.
    Status:    Logged in
    Status:    Retrieving directory listing...
    Status:    Server sent passive reply with unroutable address. Using server address instead.
    Command:    MLSD
    Error:    Connection timed out after 20 seconds of inactivity
    Error:    Failed to retrieve directory listing
    Status:    Disconnected from server
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. DylanPedro

    DylanPedro Member

    Hi Till,

    That worked! I still see the following message even though ftp still works?
    Code:
    Server sent passive reply with unroutable address. Using server address instead.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Your can set your external Ip as passive IP like this:

    echo "EXTERNAL_IP" > /etc/pure-ftpd/conf/ForcePassiveIP

    Replace EXTERNAL_IP with your external IP address and restart pure-ftpd-mysql.
     

Share This Page