最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

cmake - Downloading symlink without using jfrog cli - Stack Overflow

programmeradmin1浏览0评论

Is there a way to download a symlink from jfrog without using the jfrog cli?

I can use jf rt download --url=... --user=... -password=... example.txt --validate-symlinks=true and this will download a symlink thats been uploaded perfectly okay.

However, I am looking to use something like CMake FetchContent to achieve the same effect and have it download the file the symlink points to rather than the zero size file itself.

The main purpose of this is because I am currently downloading a file from artifactory using FetchContent so don't need a username and password to download that, but using jfrog download with --validate-symlinks will and I want to avoid that.

发布评论

评论列表(0)

  1. 暂无评论