I have recently started working in artifactory (4.4.0). I have successfully configured artifactory cli to upload & download binaries from artifactory by commandline.
jfrog rt dl XXX/*.zip
but When i try to do perform copy and move opertation, im facing below. jfrog rt cp XXX/* YYYY/ --login=** --password=***
Artifactory response: 400 Bad Request.
When i do a dryrun, it works perfectly but when i do at realtime, im getting the above ERROR.