1

I have seen many samples how to upload and download files using the brecham.obex and I was able to do that, but my question is, using the brecham.obex, can I upload or download a folder instead of files only?

Steoates
  • 3,058
  • 5
  • 27
  • 43

1 Answers1

0

You just have to list the files in the folder/folders and up-/download each individually. There are no other features in OBEX for this.

alanjmcf
  • 3,430
  • 1
  • 17
  • 14
  • is it possible to unzip files on the server side? I'm planning to zip the folder and then unzip it after uploading it, vice versa zip the the file then download it then unzip. – user1768531 Oct 25 '12 at 17:18