PureBasic 6.12 LTS is out !

Developed or developing a new product in PureBasic? Tell the world about it.
User_Russian
Addict
Addict
Posts: 1518
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: PureBasic 6.12 beta 1 is out !

Post by User_Russian »

Fred wrote: Thu Aug 01, 2024 8:16 am

Code: Select all

- Added #PB_Frame_Container support for FrameGadget()
Constant not found: #PB_Frame_Container.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.12 beta 2 is out !

Post by Fred »

2024-08-09: 6.12 beta 2 is ready, the bug fixing continue, with most of the Linux issues eradicated ! It also bring some new feature along the way:

Code: Select all

  - Added SFTP support to the FTP lib (use "sftp://yourserver" as address)
  - Added #PB_OS_MacOSX_13, #PB_OS_MacOSX_14 and #PB_OS_MacOSX_15 for OSVersion()
  - Added NavigationCallback support for GTK WebGadget() (all OS now support it).
Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.
User avatar
jacdelad
Addict
Addict
Posts: 1992
Joined: Wed Feb 03, 2021 12:46 pm
Location: Riesa

Re: PureBasic 6.12 beta 2 is out !

Post by jacdelad »

Woohoo, SFTP! Thanks very much, Fred!!!
Good morning, that's a nice tnetennba!

PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Quin
Addict
Addict
Posts: 1125
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.12 beta 2 is out !

Post by Quin »

Now this is my kind of beta, SFTP and more OS version constants! Thanks Fred!
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5494
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: PureBasic 6.12 beta 2 is out !

Post by Kwai chang caine »

Thanks for the so desired SFTP 8)
ImageThe happiness is a road...
Not a destination
User avatar
kenmo
Addict
Addict
Posts: 2033
Joined: Tue Dec 23, 2003 3:54 am

Re: PureBasic 6.12 beta 2 is out !

Post by kenmo »

Nice, thanks team, finally SFTP!
al2791
User
User
Posts: 20
Joined: Mon Oct 23, 2017 7:28 am

Re: PureBasic 6.12 beta 2 is out !

Post by al2791 »

I tried the new feature SFTP

The command
SetFTPDirectory(0, "ESSAI")
Debug GetFTPDirectory(0)
return /ESSAI/
the command ExamineFTPDirectory(0) don't work

with 5.73
return /ESSAI
the command ExamineFTPDirectory(0) return a list of files

Best regards
Marc56us
Addict
Addict
Posts: 1600
Joined: Sat Feb 08, 2014 3:26 pm

Re: PureBasic 6.12 beta 2 is out !

Post by Marc56us »

al2791 wrote: Sun Aug 11, 2024 9:25 am The command
SetFTPDirectory(0, "ESSAI")
Debug GetFTPDirectory(0)
return /ESSAI/

the command ExamineFTPDirectory(0) don't work

with 5.73
return /ESSAI
the command ExamineFTPDirectory(0) return a list of files
Have you tested it with an SFTP server ? (which?)
From my tests: (1)
  1. SetFTPDirectory does not works (1)(2)
  2. ExamineFTPDirectory works (1)
  3. SFTP does not exist in 5.73
(1) My sample https://www.purebasic.fr/english/viewtopic.php?t=85063
(2) Fred said that he will take a closer look

:wink:
al2791
User
User
Posts: 20
Joined: Mon Oct 23, 2017 7:28 am

Re: PureBasic 6.12 beta 2 is out !

Post by al2791 »

Ok Thank you

I hadn't seen your post
User avatar
RSBasic
Moderator
Moderator
Posts: 1228
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: PureBasic 6.12 beta 2 is out !

Post by RSBasic »

It's great that PureBasic is still being developed further. Thank you for everything!
Image
Image
User avatar
jacdelad
Addict
Addict
Posts: 1992
Joined: Wed Feb 03, 2021 12:46 pm
Location: Riesa

Re: PureBasic 6.12 beta 3 is out !

Post by jacdelad »

Thanks again!
Good morning, that's a nice tnetennba!

PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Quin
Addict
Addict
Posts: 1125
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.12 beta 3 is out !

Post by Quin »

Thanks once again Fred, feels like every beta recently has just been amazing 8)
User avatar
GG
Enthusiast
Enthusiast
Posts: 266
Joined: Tue Jul 26, 2005 12:02 pm
Location: Lieusaint (77), France

Re: PureBasic 6.12 beta 3 is out !

Post by GG »

Like good wine (hem, not always), PureBasic is getting better and better with ages... Thanks Fred.
Purebasic 6.12 64 bits - Windows 11 Pro 64 bits 23H2
User avatar
skinkairewalker
Enthusiast
Enthusiast
Posts: 772
Joined: Fri Dec 04, 2015 9:26 pm

Re: PureBasic 6.12 beta 3 is out !

Post by skinkairewalker »

Thanks Fred , looks amazing !
Post Reply