Page 2 of 2

Re: Is it currently possible to add ssl to tcp socket connections?

Posted: Tue Jan 28, 2025 6:24 pm
by Quin
HeX0R wrote: Tue Jan 28, 2025 6:12 pm SFTP <> FTPS
Ah, you're right! Major screen reader fail, I read it too fast :D

Re: Is it currently possible to add ssl to tcp socket connections?

Posted: Tue Jan 28, 2025 8:54 pm
by infratec
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.

Re: Is it currently possible to add ssl to tcp socket connections?

Posted: Mon Feb 10, 2025 3:26 am
by GogaII
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.

Re: Is it currently possible to add ssl to tcp socket connections?

Posted: Mon Feb 10, 2025 8:52 pm
by skinkairewalker
Csharp Runtime on macOS does not support TLSv1_3
this is really weird xD

Re: Is it currently possible to add ssl to tcp socket connections?

Posted: Mon Feb 10, 2025 9:01 pm
by infratec
GogaII 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.
Have you tested my libcurl.pbi :?:
There are FTPS examples included.
Are they working with your server?