Hi, On Wed, Mar 9, 2011 at 2:17 PM, mjk <[email protected]> wrote: > Is it possible to post binary data (files) with cURL, Ant or Maven using the > Sling post servlet?
The easiest is to use a PUT request which talks to the Sling WebDAV interface. See the "curl -T html.esp ..." example in http://sling.apache.org/site/discover-sling-in-15-minutes.html -Bertrand
