I am using JFrog to store all the artifacts. I am using curl cmd to replace the artifact. Below is the curl cmd, the problem it doesn't replace/ overwrite the 'WINX64.zip'.
curl -X PUT -u user1:$(pwd) http://xyz:8080/artifactory/xyzFolder/winx64/WINX64.zip
-T C:\artifacts\localMachine\Test.zip -v
Please correct me on curl, I am not familiar with this cmd.
To give additional Info, I am updating this from tfs build. I am not familiar TFS JFrogDeployer. Basically whenever build is completed, I want the WINX64.zip from above path to be updated everytime build is completed. It can be curl or by any other method.
Hope I am clear, anymore Info please do me know.