computer/ cell phone connection
I am developing a project wh开发者_运维问答ere 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?
Once you have a connection to the Internet, you create an instance of your FTP connection object, upload the file, then disconnect.
SimpleFTP seems to be the easiest way to do it, specially if you are a beginner.
精彩评论