FileZilla 3.3.3 FTP problems

Discussion in 'General troubleshooting' started by we2j53d, Aug 5, 2010.

  1. I tried connecting to my domain (hosted by DiscountASP) and recevied the following message from FileZilla 3.3.3:

    Response: 230-Welcome to Discountasp.net
    Response: 230 User xyxyxyxyxy logged in.
    Status: Connected
    Status: Retrieving directory listing...
    Command: PWD
    Response: 257 "/xxxxxxxxx" is current directory.
    Command: TYPE I
    Response: 200 Type set to I.
    Command: PORT 192,168,1,2,24,161
    Response: 500 Invalid PORT Command.
    Command: PASV
    Response: 227 Entering Passive Mode (216,177,83,9,19,234).
    Command: LIST
    Error: Connection timed out
    Error: Failed to retrieve directory listing

    I tried to connect to another domain (hosted by a different hoster) and got this message:

    Status: Connection established, waiting for welcome message...
    Response: 220 Microsoft FTP Service
    Command: USER xyxyxyxyxyxy
    Response: 331 Password required for xyxyxyxyxyxy.
    Command: PASS **********
    Response: 230 User xyxyxyxyxyxy logged in.
    Status: Connected
    Status: Retrieving directory listing...
    Command: PWD
    Response: 257 "/xxxxxxxx" is current directory.
    Status: Directory listing successful

    Why does my FTP connection to the DiscountASP ftp account not list my directory contents? This issue also occurs with regular FTP.exe too.

    Thanks
     
  2. Have you tried toggling the Passive/Active setting in your connection? I'd probably recommend switching to Active and check it out if it works there, or you get a different error at the least.
     
  3. Jose,

    The output listed in my first post was in active mode. You'll see:

    Command: PORT 192,168,1,2,24,161
    Response: 500 Invalid PORT Command.

    Command: PASV
    Response: 227 Entering Passive Mode (216,177,83,9,19,234).

    The output in passive mode is:

    Response: 230-Welcome to Discountasp.net
    Response: 230 User xyxyxyxyxy logged in.
    Command: SYST
    Response: 215 Windows_NT
    Command: FEAT
    Response: 211-FEAT
    Response: SIZE
    Response: MDTM
    Response: 211 END
    Status: Connected
    Status: Retrieving directory listing...
    Command: PWD
    Response: 257 "/xxxxxxxxx" is current directory.
    Command: TYPE I
    Response: 200 Type set to I.
    Command: PASV
    Response: 227 Entering Passive Mode (216,177,83,9,19,226).
    Command: LIST
    Error: Connection timed out
    Error: Failed to retrieve directory listing
     
  4. In both of your logs it appears to be attempting to use the port in Passive mode.
     

Share This Page