miyako / 4d-plugin-curl

4D implementation of curl
0 stars 1 forks source link

How to use FTPS? #2

Closed christianschneider89 closed 6 years ago

christianschneider89 commented 6 years ago

Hello

Can you give me a example for using FTPS with your plugin? I need to up- and download files.

Thanks!

Chris

miyako commented 6 years ago

I think you just need to use a URL that starts with ftps://

miyako commented 6 years ago

try google libcurl ftps

ftp:// means you start plain text and switch to TLS as opposed to ftps:// which is TLS from the start.

christianschneider89 commented 6 years ago

Ok, thanks. I got it with much googling ;-)