Language modules for Visual Studio Code

Sannyasin Brahmanathaswami brahma at hindu.org
Fri Apr 22 02:16:15 EDT 2016


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-bounces at lists.runrev.com on behalf of ambassador at fourthworld.com> wrote:

> put "scp  "&quote& tGZFile &quote& \
>      " user at domain.com:~/public_html/livenet" &
>      "/LiveNet.livecode.gz" into tCmd
>   put shell(tCmd)  into tResult
>   if  tResult is not empty then


More information about the use-livecode mailing list