Opened 18 years ago
Last modified 18 years ago
#1193 closed Bug report
ftps don't list folders
Reported by: | guax | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | guax, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
ok, I wanted to use filezilla (2.2.29) to connect to ftps (ftp over TLS explicit, note that my server only supports this options for secure ftp)
I am able to connect, but after that it tries to list the root folder and times out (the last command it sends to the server is LIST, and then times out)
I thought the server had problems, I contacted the support, they tried to troubleshoot, they even downloaded filezilla, but they couldn't replicate the issue.
at the end I thought this could be a problem on my network, so I tried fireFTP (firefox extension), and it worked fine..
after that, I'm assuming this is a filezilla bug.
thanks
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
here's the log:
Status: Connecting to ftp1.servage.net ...
Status: Connected with ftp1.servage.net, negotiating SSL connection...
Response: 220 FTP Server #1
Command: AUTH TLS
Response: 234 AUTH TLS successful
Status: SSL connection established. Waiting for welcome message...
Command: USER marcel
Response: 331 Password required for marcel.
Command: PASS *
Response: 230 User marcel logged in.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features:
Response: MDTM
Response: REST STREAM
Response: SIZE
Response: AUTH TLS
Response: PBSZ
Response: PROT
Response: 211 End
Command: PBSZ 0
Response: 200 PBSZ 0 successful
Command: PROT P
Response: 200 Protection set to Private
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE A
Response: 200 Type set to A
Command: PORT 192,168,254,1,5,148
Response: 200 PORT command successful
Command: LIST
Error: Timeout detected!
Error: Could not retrieve directory listing
Wihout full logs I cannot help.