Step 2:

ARTIFACTORY: How to use WebDAV to mount the Artifactory repository in a Linux server

AuthorFullName__c
Yunzong Guo
articleNumber
000005964
ft:sourceType
Salesforce
FirstPublishedDate
2024-01-08T12:52:47Z
lastModifiedDate
2024-01-08T12:54:50Z
VersionNumber
1
Modify the configuration file “/etc/davfs2/secrets”, to add the your Repository Url, username and password, for example:
$ echo “http://<Artifactory_Url>/artifactory/generic-local/ admin password” > /etc/davfs2/secrets

Then restart Artifactory.