Questions tagged [crx]

Adobe CRX is a commercial implementation of the JCR based on Apache Jackrabbit. It is packaged by Adobe in the ADEP solution.

Adobe CRX (short for Content Repository eXtreme) is a commercial implementation of the JCR based on Apache Jackrabbit . It is packaged by Adobe in the ADEP solution.

CRX 3 based on Apache Jackrabbit Oak is available in AEM 6

Link

166 questions
-11
votes
1 answer

Delete file in linux server using curl command

I want to delete a file I saved in the linux server using curl command. Basically trying to achieve "rm -rf /myfolder/myFile.zip" using curl. I tried this command. curl -X DELETE /myfolder/myFile.zip But it throws an error : curl: (3)
Riju Mahna
  • 6,718
  • 12
  • 52
  • 91
1 2 3
11
12