copyPage curl command
Hello Team,
I am trying to run a curl command for copying a document from on location in DAM to another location on AEM server.
$ curl -u admin:admin -F cmd=copyPage -F destParentPath=/content/dam/we-retail/en/activities/climbing -F srcPath=/content/dam/we-retail/en/activities/biking/cycling_2.jpg http://localhost:4502/bin/wcmcommand
However it tries to copy a location from my local disk. I am trying to run a curl to make a copy happen within two location in AEM server.
Below is the error screen shot.

Another alternative for me is to try fiddle script or package way.