views:

26

answers:

2

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
Do I need to download Apache to use my laptop as a server?
Hope7
I sincerely doubt that you can download a foundation.
Ignacio Vazquez-Abrams
A: 

SimpleFTP seems to be the easiest way to do it, specially if you are a beginner.

Hope7