netcharm / swiftp

Automatically exported from code.google.com/p/swiftp
GNU General Public License v3.0
0 stars 0 forks source link

Timeout Dir-Listing on HTC Android #158

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem? Please include as much detail as
possible.
1. Connect to swiftp

What version of SwiFTP are you using?
1.24

What operating system are you using?
XP SP3

Which FTP client are you using?
FileZilla 2.2.31

Which Android device and version do you have (Nexus, Droid, Hero, G1,
etc.)?
HTC Wildfire S - Android 2.3.5

May we contact you by email to ask questions? If so, what is your email
address?
demon82@gmx.net

Please provide any additional information below. The more details, the
better.
The log of FileZilla Connection-Attemp

[01:23:42] Status:  Connecting to 192.168.1.101:2001 ...
[01:23:42] Status:  Connected with 192.168.1.101:2001. Waiting for welcome 
message...
[01:23:42] Response:    220 FTPServer ready (cwd is /)
[01:23:42] Command: USER admin
[01:23:42] Response:    331 - Login as admin OK. Send password
[01:23:42] Command: PASS ****
[01:23:42] Response:    230 - Password accepted
[01:23:42] Command: SYST
[01:23:42] Response:    215 UNIX Type: L8
[01:23:42] Command: FEAT
[01:23:42] Response:    211-
[01:23:42] Response:     MDTM
[01:23:42] Response:     SIZE
[01:23:42] Response:     UTF8
[01:23:42] Response:    211 END
[01:23:42] Command: OPTS UTF8 ON
[01:23:42] Response:    200 OPTS command UTF8 ON understood
[01:23:42] Status:  Connected
[01:23:42] Status:  Retrieving directory listing...
[01:23:42] Command: PWD
[01:23:42] Response:    257 "/"
[01:23:42] Command: TYPE A
[01:23:42] Response:    200 Switching to mode TYPE A
[01:23:42] Command: PORT 192,168,1,95,240,149
[01:23:42] Response:    200 PORT command successful
[01:23:42] Command: LIST
[01:23:42] Response:    150 Directory listing for /
[01:24:02] Error:   Timeout detected!
[01:24:02] Error:   Could not retrieve directory listing

Original issue reported on code.google.com by erns...@gmail.com on 18 May 2012 at 11:34

GoogleCodeExporter commented 8 years ago
Solved it. I leave this comment here for others:

It was my ******* firewall. Thanks for your attention ^^

Original comment by erns...@gmail.com on 18 May 2012 at 11:38