This assumes you have your SSH keys on the server, right?

I have done scp also from terminal when migrating one site to another server… 
giant tarball, in those scenarios we were putting the user-password in the scp 
command string… I wonder how secure that is? Of course you don’t want to hard 
wire passwords into stacks, but you *could* offer users the option to enter it 
and store as a preference locally on their HD. 





On 4/21/16, 4:16 AM, "use-livecode on behalf of Richard Gaskin" 
<use-livecode-boun...@lists.runrev.com on behalf of ambassa...@fourthworld.com> 
wrote:

> put "scp  "&quote& tGZFile &quote& \
>      " u...@domain.com:~/public_html/livenet" &
>      "/LiveNet.livecode.gz" into tCmd
>   put shell(tCmd)  into tResult
>   if  tResult is not empty then
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to