How can I download files from a Windows share from a CMake script?

时间:2019-03-06 11:38:05

标签: cmake

Is there any way to download files from password protected Windows shares from a CMake script natively?

I see the the file and ExternalProject commands support URLs but doesn't specify what protocols are supported, so I assume it's web only.

I know I can hack together a shellscript that calls smbget and things like that, but I'm interested in native solutions.

0 个答案:

没有答案