I am developing a project where I need to connect my cell phone to my laptop and then submit files via wireless. Can it be done using java FTP and android?
A:
Once you have a connection to the Internet, you create an instance of your FTP connection object, upload the file, then disconnect.
Ignacio Vazquez-Abrams
2010-10-23 23:50:32
Do I need to download Apache to use my laptop as a server?
Hope7
2010-10-23 23:54:10
I sincerely doubt that you can download a foundation.
Ignacio Vazquez-Abrams
2010-10-23 23:57:07
A:
SimpleFTP seems to be the easiest way to do it, specially if you are a beginner.
Hope7
2010-10-26 03:23:52