Ah, you're right! Major screen reader fail, I read it too fast
Is it currently possible to add ssl to tcp socket connections?
Re: Is it currently possible to add ssl to tcp socket connections?
Re: Is it currently possible to add ssl to tcp socket connections?
ftps and sftp are included in the PB internal libcurl:
https://www.purebasic.fr/english/viewtopic.php?t=80118
I think both secure ftp types are working wih PB ftp commands.
https://www.purebasic.fr/english/viewtopic.php?t=80118
I think both secure ftp types are working wih PB ftp commands.
Re: Is it currently possible to add ssl to tcp socket connections?
Unfortunately, FTPS in PB v 6.20 doesn't work. I have to use a solution from RSBasic. But the FTPProgress() doesn't work in his library
If someone wants to test FTPS I can provide such a server.
If someone wants to test FTPS I can provide such a server.
- skinkairewalker
- Addict

- Posts: 806
- Joined: Fri Dec 04, 2015 9:26 pm
Re: Is it currently possible to add ssl to tcp socket connections?
Csharp Runtime on macOS does not support TLSv1_3
this is really weird xD
this is really weird xD
Re: Is it currently possible to add ssl to tcp socket connections?
Have you tested my libcurl.pbiGogaII wrote: Mon Feb 10, 2025 3:26 am Unfortunately, FTPS in PB v 6.20 doesn't work. I have to use a solution from RSBasic. But the FTPProgress() doesn't work in his library
If someone wants to test FTPS I can provide such a server.
There are FTPS examples included.
Are they working with your server?

