jacos15 / swiftp

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

Doesn't work with FireFTP #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem? Please include as much detail as
possible.
1. Try to connect with FireFTP (FireFox FTP).
2. The connect succeeds, but you always get the following error in FireFTP:

PORT |2|fe80::c5b:ca1d:69d6:2565%12|57865|
550 No IPv6 support, reconfigure your client
: //

What is the expected behavior? What do you see instead?
It can't read from the server. Gives the above error. I don't understand that 
PORT syntax, but it works with most FTP servers. In fact the only other FTP 
server it fails with is the other Android FTPServer software.

What version of SwiFTP are you using?
1.24

What operating system are you using?
Windows 7, 64 bit.

Which FTP client are you using?
FireFTP

Which Android device and version do you have (Nexus, Droid, Hero, G1,
etc.)?
Incredible

May we contact you by email to ask questions? If so, what is your email
address?
swiftp@pedriana.com

Original issue reported on code.google.com by ppedri...@gmail.com on 23 Sep 2010 at 8:23

GoogleCodeExporter commented 9 years ago
Could not replicate.  Contacted user and he confirmed this is not an issue.

Original comment by tescott...@gmail.com on 11 Apr 2011 at 10:48

GoogleCodeExporter commented 9 years ago
In the case someone else are having this problem:

I have the same problem with FireFTP to SwiFTP.
871 30.868002   192.168.1.80    192.168.1.78    FTP 74  Request: 200 ASCII type set
872 30.876412   192.168.1.78    192.168.1.80    FTP 97  Response: PORT 
|2|fe80::4d46:a0b3:c262:1045%8|1026|

WireShark shows that the response is in IPv6. Despite configuring FireFTP for 
IPv6, I do not get it working, as EPSV is not supported in SwiFTP (as IPv6 is 
not used?)
Also checkin the connect options does not reveal anything.

However, FileZilla works fine. The issue seem to be in FireFTP

SwiFTP 1.24
Android 2.2 on ZTE Blade
FireFox 5 on Vista 32 bit

Original comment by gerhard....@gmail.com on 30 Jul 2011 at 2:05

GoogleCodeExporter commented 9 years ago
In the case someone else are having this problem:

I have the same problem with FireFTP to SwiFTP.
871 30.868002   192.168.1.80    192.168.1.78    FTP 74  Request: 200 ASCII type set
872 30.876412   192.168.1.78    192.168.1.80    FTP 97  Response: PORT 
|2|fe80::4d46:a0b3:c262:1045%8|1026|

WireShark shows that the response is in IPv6. Despite configuring FireFTP for 
IPv6, I do not get it working, as EPSV is not supported in SwiFTP (as IPv6 is 
not supported)

Setting Passive mode and none IPv6 works - after some tinkering. I also changed 
(global settings) limit port briefly.

However, FileZilla works fine. The issue seem to be in FireFTP, sending the 
strange PORT command.

SwiFTP 1.24
Android 2.2 on ZTE Blade
FireFox 5 on Vista 32 bit

Original comment by gerhard....@gmail.com on 30 Jul 2011 at 2:20