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&"lo...@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
 ____________________________________________________________
 ambassa...@fourthworld.com        http://www.FourthWorld.com

_______________________________________________
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