View Single Post
  #2 (permalink)  
Old 01-10-2008, 01:20 PM
mmorse mmorse is offline
Moderator
 
Posts: 6,236
Default

See if the attached rest.txt doc helps.

One quick thing that I like is the recursive function in 5.0 (If I remember right, I'm thinking recursive=1 has issues earlier on 4.5 - which will be nice for http://www.zimbra.com/forums/adminis...end-users.html)
/home/username/sales?fmt=zip // the sales folder only
/home/username/sales?fmt=zip?recursive=1 // sales folder and all recursive
/home/username/sales/*?fmt=zip // all folders in sales (not including sales)
/home/username/sales/*?fmt=zip?recursive=1 // same as previous, but recursive

Last edited by mmorse; 04-14-2008 at 09:54 PM..
Reply With Quote