King0770-Notes-Bulk Upload To Briefcase

Revision as of 16:00, 13 January 2009 by King0770 (talk | contribs)

Description: This wiki will hopefully answer the question, "How do upload a bunch of files to a user's briefcase?"

From a remote machine

If you wish to upload files from a remote server to the Zimbra server, you could use curl to upload.

Here's an example of uploading a single file:

curl -u zimbra_user:zimbra_user_password --data-binary "@/mp3/Let it be.mp3" http://zimbra.domain.com/service/home/zimbra_user/Briefcase/Let_it_be.mp3
Jump to: navigation, search