Search found 2 matches

by chancn223
Tue Jun 29, 2010 5:22 pm
Forum: AndFTP
Topic: upload a folder through intent
Replies: 2
Views: 3614

Re: upload a folder through intent

Thanks a lot.
by chancn223
Tue Jun 29, 2010 12:51 am
Forum: AndFTP
Topic: upload a folder through intent
Replies: 2
Views: 3614

upload a folder through intent

Hi, I would like to upload a folder to the remote dir.
I don't know if the following code will work:

Code: Select all

intent.putExtra("local_folder","/sdcard/pics");

Besides, do you have a ftp server software? AndFTP is awesome! Thanks a lot.