what i forgot

my previous overview
>>> Server scheme         use ssl            is protocol
>>> ftp://                           false                  ftp
>>> ftp://.                          true                  ftp over SSL explicit
>>> ftps://                          true                    ftp over SSL 
>>> implicit

is how tsNet needs the server url


-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 24.03.2021 um 23:44 schrieb matthias rebbe via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> I've just had a quick look at the documentation of Fetch. 
> It seems Fetch uses ftps:// for both  FTPeS (FTP over SSL explicit)  and FTPS 
> (FTP over SSL implicit). But it depends on the port number you have entered. 
> If you keep port 21 then FTPS (FTP over SSL implicit) is used. 
> If you set the port to 990 then Fetch uses FTPS (FTP over SSL implicit).
> 
> Btw. it is not granted that an FTP server supports all modes.
> 
> Regards,
> Matthias
> 
> -
> Matthias Rebbe
> Life Is Too Short For Boring Code
> 
>> Am 24.03.2021 um 23:25 schrieb J. Landman Gay via use-livecode 
>> <use-livecode@lists.runrev.com>:
>> 
>> On 3/24/21 4:02 PM, matthias rebbe via use-livecode wrote:
>>> Server scheme         use ssl            is protocol
>>> ftp://                           false                  ftp
>>> ftp://.                          true                  ftp over SSL explicit
>>> ftps://                          true                    ftp over SSL 
>>> implicit
>> 
>> Thanks. Fetch documentation says that FTP with TLS/SSL URLs should start 
>> with "ftps" so now I'm not sure what it's doing.
>> 
>> -- 
>> Jacqueline Landman Gay         |     jac...@hyperactivesw.com
>> HyperActive Software           |     http://www.hyperactivesw.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
> 
> 
> _______________________________________________
> 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


_______________________________________________
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