I have configured the Nexus-OSS-3.14 private Python artifact server on aws cloud. I want to be maintain all my project related Python packages on my private repository server.
I downloaded the all the Python packages on my local Linux box and I want to be upload all the Python packages to private Python artifact server.
I have tried curl put request and I didn't upload and your help is needed to complete this.
I have tried curl put request:
curl -v -u admin:admin --upload-file boto3-1.9.76-py2.py3-none-any.whl https://artifact.example.com/repository/ASAP-Python-2.7-Hosted/
When I used that command and I get 404 response.