How to list files on ftps

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

adea
Posts: 9
Joined: Mon Aug 12, 2019 7:44 am

Re: How to list files on ftps

Post by adea » Mon Aug 19, 2019 5:27 pm

I finally found the solution on the url below:

http://lessons.livecode.com/m/4071/l/85 ... r-ssl-ftps (at the bottom)

thanks.

mimu
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 76
Joined: Tue Mar 05, 2013 7:00 pm
Location: Berlin
Contact:

Re: How to list files on ftps

Post by mimu » Mon Nov 04, 2019 9:46 pm

Hello adea,

the url should be:
put "ftp://username:password@ourftps.ourftps ... 90/folder/"

-- Explicit FTPS URLs still start with ftp:// ... NOT with ftps://

-- Enable TLS for explicit FTPS
put true into tSettings["use_ssl"]

ok a little late .-)

Post Reply

Return to “Internet”