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 > <[email protected]>: > > 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 >> <[email protected]>: >> >> 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 | [email protected] >> HyperActive Software | http://www.hyperactivesw.com >> >> _______________________________________________ >> use-livecode mailing list >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your subscription >> preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
