[CMake] file(UPLOAD what does it support?

jmerkow jmerkow at gmail.com
Wed Oct 22 13:56:54 EDT 2014


Sorry for the delayed response.

Im trying to use sftp.

To test it out, I am doing something like:

file(WRITE  upload.txt "testing upload")
file(UPLOAD upload.txt sftp://user:pass@server:/path/on/server STATUS status
SHOW_PROGRESS)
message("STATUS ${status}")

The status is STATUS 1;"unsupported protocol"

SFTP is definitely supported by cURL.

-Jameson



--
View this message in context: http://cmake.3232098.n2.nabble.com/file-UPLOAD-what-does-it-support-tp7588715p7588783.html
Sent from the CMake mailing list archive at Nabble.com.


More information about the CMake mailing list