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

Just starting out? Need help? Post your questions and find answers here.
Quin
Addict
Addict
Posts: 1124
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

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

Post 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
infratec
Always Here
Always Here
Posts: 7577
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

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

Post 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.
GogaII
User
User
Posts: 29
Joined: Sun Nov 15, 2020 10:03 am

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

Post 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.
User avatar
skinkairewalker
Enthusiast
Enthusiast
Posts: 772
Joined: Fri Dec 04, 2015 9:26 pm

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

Post by skinkairewalker »

Csharp Runtime on macOS does not support TLSv1_3
this is really weird xD
infratec
Always Here
Always Here
Posts: 7577
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

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

Post 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?
Post Reply