I have a requirement to deploy zip files to artifactory, I tried few options like httpclient,okHTTP and Rest assured but once the file is deployed the file is getting corrupted saying : error no zipinput stream found . The fact is other files are getting deployed without any issue.
I also want to add that deploying zip files through postman is working like a charm.