Re: SSH and SCP in LiveCode

2019-11-04 Thread Richard Gaskin via use-livecode
Mike Felker wrote: I need SSH / SCP capability for LiveCode. Anyone know how to use this (either the old external or by any other means)? I do not thing TSNet will help in this case. As Charles noted, tsNet supports FTPS, which tunnels FTP over SSH. Personally, I find using the built-in she

Re: SSH and SCP in LiveCode

2019-11-02 Thread Klaus major-k via use-livecode
Mr. Felker, go figure!? > Am 01.11.2019 um 17:21 schrieb Mike Felker via use-livecode > : > > Hello group. > > Just joined but long-time LiveCode user. > I need SSH / SCP capability for LiveCode > Anyone know how to use this (either the old external or by any other means)? > I do not thing TSN

Re: SSH and SCP in LiveCode

2019-11-01 Thread Charles Warwick via use-livecode
Hi Mike, tsNet does support file transfers via SSH, just use sftp:// at the start of the URL instead of ftp:// or ftps://, otherwise the commands are mostly identical. Just note that not all SSH features are supported in the Indy version of LC - some require the Business edition. What are you