Hello Scott,
I just had a little spare time. So I created a UTM VM with Windows 11 pro 23h2.
I installed the most current version of the Windows SDK, which contains native
tools x86, x64 and ARM. I only selected "Windows SDK Signing Tools for Desktop
Apps".
First I tried to code sign using sig
Greetings!
I am trying to use SFTP to download some data from a server. On both Mac and
Windows, I get:
sftp protocol not supported in this version
I have tried LC 9.6.10, 10.0.0 (rc 2), and 9.6.13. All versions report the
same result. Is sftp not supported in LC, or have I neglected to f
Check which license you are using. You may need Pro features (Business) to use
SFTP, so if you're using an older Indy type license that could be the problem.
All Pro features are included in Create.
To check/change the license, follow the steps in this lesson:
https://lessons.livecode.com/m/407
Heather,
Thank you for the reply, but I am using a Business License with Pro Features.
But I relicensed LC anyway to verify it’s connected to the Pro Features
account. Still get the same warning.
So, that’s not the issue. Any other ideas?
-Dan
From: use-livecode on behalf of Heather
Dan,
what does
put tsnetversion()
return?
Here with 9.6.13 I get "Version 1.4.10 Business Edition"
> Am 13.09.2024 um 18:10 schrieb Dan Friedman via use-livecode
> :
>
> Heather,
>
> Thank you for the reply, but I am using a Business License with Pro Features.
> But I relicensed LC
I get different results in different versions of LC:
LC 9.6.10 > Version 1.4.9 Business Edition
LC 10.0.0 (rc 2) > Version 1.4.10 Business Edition
LC 9.6.13 > Version 1.4.10 Business Edition
-Dan
From: use-livecode on behalf of
matthias rebbe via use-livecode
Date:
I am having an issue where I am trying to compare the data of two files I read
from disk character by character. To the naked eye, both files are identical.
If I open each file in Sublime Text and do a fileDiff, it declares they are
identical. But when I look at the actual file size, one is slig
Also, if charToNum is deprecated, what do I use to compare t he ascii values of
two characters??
Bob S
> On Sep 13, 2024, at 3:44 PM, Bob Sneidar via use-livecode
> wrote:
>
> I am having an issue where I am trying to compare the data of two files I
> read from disk character by character.