upload a folder through intent

FTP client for Android handsets.
Post Reply
chancn223
Posts: 2
Joined: Tue Jun 29, 2010 12:49 am
AntiSpam sum: 8

upload a folder through intent

Post 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.

support
Posts: 853
Joined: Sun Apr 20, 2008 4:40 pm

Re: upload a folder through intent

Post by support »

No, see the following sample:
viewtopic.php?f=5&t=159

chancn223
Posts: 2
Joined: Tue Jun 29, 2010 12:49 am
AntiSpam sum: 8

Re: upload a folder through intent

Post by chancn223 »

Thanks a lot.

Post Reply