Opened 10 years ago
Closed 10 years ago
#10151 closed Bug report (duplicate)
Update malfunctions
Reported by: | Barry Smith | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | ||
Operating system version: |
Description
My system is:
FileZilla Client
Version: 3.10.0.2
Build information:
Compiled for: i686-w64-mingw32
Compiled on: x86_64-unknown-linux-gnu
Build date: 2015-01-16
Compiled with: i686-w64-mingw32-gcc (GCC) 4.9.1
Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++11
Linked against:
wxWidgets: 3.0.3
GnuTLS: 3.2.20
SQLite: 3.8.7.2
Operating system:
Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition
Version: 6.1
Platform: 64-bit system
when I try to connect to my ftp server, I receive a time out during the directory listing.
Following is the session information:
Status: Resolving address of ftp.smith-home.info
Status: Connecting to 185.28.23.25:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Server does not support non-ASCII characters.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (185,28,23,25,57,3)
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing
Ftp server works fine with other software.
Barry
Duplicate of #9995