Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a Plone site with thousands of contracts in PDF I need to download. Now the problem is that if I connect to the portal using WebDAV and download it. I can download just about 1607 files, but there should be more of them! If I take a look at the website, I realized I can query only 1000 results. There is about 5K results but if I put &query_start=999 in the url, I see just the 999th and 1000th result. Can this be that problem? I'm using unmodified configuration, just added parameter to enable WebDAV.

Can anyone please explain what happens and tell me what to do? Thank you very much, I'll appreciate it! :)

share|improve this question
Please try a listing using a command-line DAV client (Cadaver) and report results of listing your older here. – sdupton May 22 '12 at 15:25
@sdupton Don't know if it matters, since I used 3 different clients and the results are the same... – lmojzis May 22 '12 at 22:44

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.