Page 1 of 1

upload a folder through intent

Posted: Tue Jun 29, 2010 12:51 am
by chancn223
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.

Re: upload a folder through intent

Posted: Tue Jun 29, 2010 6:27 am
by support
No, see the following sample:
viewtopic.php?f=5&t=159

Re: upload a folder through intent

Posted: Tue Jun 29, 2010 5:22 pm
by chancn223
Thanks a lot.