x459530481 / swiftp

Automatically exported from code.google.com/p/swiftp
0 stars 0 forks source link

ftp when not using wifi #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please describe the change or addition you'd like to see:
Using it when not connected to wifi. For example when I'm at work without 
wifi and without usb cable. If it also worked when using g3 I could just grab 
my phones ip and sue that to connect.

Do you have any skills or resources that could be used to help with
development of the requested feature?
I have programed in several languages(including java). Though i have not 
developed with androids tools.

Original issue reported on code.google.com by ofsevens...@gmail.com on 11 Aug 2009 at 11:41

GoogleCodeExporter commented 8 years ago
This is planned for inclusion in version 2.

The problem is that mobile ISPs may block incoming TCP connections (T-Mobile 
does).
The workaround is to run a proxy server that accepts connections *from* phones 
on one
side, and FTP clients on the other side, and proxies between them. This proxy 
server
is under development.

FTP Client --> Proxy <-- Phone

Original comment by Dave.Revell@gmail.com on 12 Aug 2009 at 11:28

GoogleCodeExporter commented 8 years ago
This would also be useful for running an FTP server while tethering, for 
example.

Original comment by gotenx...@gmail.com on 10 Sep 2009 at 10:30

GoogleCodeExporter commented 8 years ago

Original comment by Dave.Revell@gmail.com on 29 Sep 2009 at 10:44

GoogleCodeExporter commented 8 years ago
Count my vote for this as well. Another option would be to use a text message to
initiate a reverse connection, effectively bypassing any restrictions. This 
would
work nicely with the DynDNS app.

Original comment by M.Hawort...@gmail.com on 28 Dec 2009 at 6:45

GoogleCodeExporter commented 8 years ago
Coded, unreleased

Original comment by Dave.Revell@gmail.com on 4 Jan 2010 at 7:48