Question

I have read in the 32feet samples that it can do the folderListings operation, And I'm planning to make more of a File explorer which can do upload and download files,

My question is, can I upload and download a whole folder including its contents using Brecham.obex library? Any help will be appreciated.

Était-ce utile?

La solution

32feet.NET includes basic OBEX support which doesn't include folder-listings etc. However their partner library Brecham.Obex library supports all OBEX features. See http://alanjmcf.me.uk/thirdparty/Brecham.Obex%20library/

  • "The library provides very broad client-side OBEX support, providing not just the ‘Put’ operation that most libraries and applications support, but also the complete set of operations: Connect, Put, Get, SetPath, Delete, and Abort. This is accessed through a session based interface. ... "

  • "support for [...] the Folder Listing XML documents as used by the Folder-Browsing service."

Also see the FolderExplorer2 sample shown in that page. It shows folder browsing and download etc.

Get the library download at http://inthehand.com/files/folders/objectexchange/default.aspx

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top