BBEdit Language Module for LiveCode

Richard Gaskin ambassador at fourthworld.com
Mon Nov 17 23:44:48 EST 2014


Brahmanathaswami wrote:

> If we had SFTP then we could
>
> a) safely download lc libraries on the web server
> b) edit inside the script editor  (and ideally use the debugger)
> c) upload back to the server.

If you've set up shared keys with the server for your other admin tasks, 
you'll find that using scp or rsync within LC is often just a one-liner. 
  rsync blows the pants of any FTP for efficient transfer.

   put "rsync -avz "&quote& tPathToLocalFile &quote& \
      &quote&"login at server.com:/remote/path/to/file.lc"&quote into tCmd
   get shell(tCmd)

-- 
  Richard Gaskin
  Fourth World Systems
  Software Design and Development for Desktop, Mobile, and Web
  ____________________________________________________________
  Ambassador at FourthWorld.com        http://www.FourthWorld.com




More information about the use-livecode mailing list