Hi Bertrand, here is the simple curl command that I used: curl -u uid:pwd -F":contentType=zip" -F":operation=import" -F":contentFile=@/home/anjan/Downloads/Samples.zip" http://localhost:8888/content/Test
In the above command "content" and "Test" are of type "sling:Folder". When I use the above command, the folders inside "Samples.zip" created are of type "nt:folder" and the files created are of type "nt:file" -- View this message in context: http://apache-sling.73963.n3.nabble.com/Importing-Content-Structures-zip-tp4034859p4035064.html Sent from the Sling - Users mailing list archive at Nabble.com.
