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
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
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