Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've tried to mount Box cloud storage on my Ubuntu via WebDAV and it works. But the only thing is I need to download the files (whole file, all files) on to my computer to view files in the cloud. That is so bandwidth hungry and wasting time. Is it any possible solution to only list files instead of downloading the whole file? Like the Dropbox app?

share|improve this question

1 Answer

I'm not sure if that's what you're asking, but you can see the children of a directory / collection (and hence list the files) by using WebDAV's PROPFIND method.

share|improve this answer
What I mean is every time when I started to mount the WebDAV folder, system monitor shows that my computer is downloading files from the Box server, it doesn't save a copy in my hard disk. So every time I mount it, it downloads. I know there may not have a proper solution for this until a client is created, just wanna find is there any hope left. It's okay no, I just stop using the WebDAV mounting way, I just use the webpage for Box. Thanks for answering anyways. – Im'juz ChanYun Aug 7 '12 at 14:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.