I want to upload multiple files and I think to do it with scp.<div><br></div><div>function (SSHUpload WORKDIR HOST USERNAME SOURCE DESTINATION)</div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">
<div>find_program( SCP_PATH NAMES scp )</div></blockquote><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>execute_process(WORKING_DIRECTORY ${WORKDIR}</div></blockquote>
<div>                          COMMAND ${SCP_PATH} ${SOURCE} ${USERNAME}@${HOST}:${DESTINATION} )</div><div>endfunction ()</div><div><br></div><div>And I call the function:</div><div><br></div><div>SSHUpload( &quot;/home/user/tmp&quot;  &quot;HOST&quot; &quot;USERNAME&quot; &quot;*&quot; &quot;DESTINATION&quot; )</div>
<div><br></div><div>but I get the error: <span class="Apple-style-span" style="font-family: monospace; white-space: pre-wrap; font-size: medium; ">*: No such file or directory</span></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre-wrap; font-size: medium; "><br>
</span></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre-wrap; font-size: medium; ">There is another way? Or where I&#39;m wrong?</span></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre-wrap; font-size: medium; "><br>
</span></div><div><span class="Apple-style-span" style="font-family: monospace; white-space: pre-wrap; font-size: medium; ">PS: I tried also with scp -r but it take the folder, and I want only the files from folder.</span></div>
<meta http-equiv="content-type" content="text/html; charset=utf-8">