Method1:

ARTIFACTORY: How to mirror a remote RPM repository to a local repository

AuthorFullName__c
Shisiya Sebastian
articleNumber
000005725
ft:sourceType
Salesforce
FirstPublishedDate
2023-05-16T12:52:50Z
lastModifiedDate
2023-05-16
VersionNumber
1
wget --spider -o ~/wget.log -w 1 -r -np http://ARTIFACTORY_HOST/artifactory/rpmsource/extras/x86_64/Packages/ --user <username> --password <encoded_password>