Page 2 of 7

Re: PureBasic 6.12 beta 1 is out !

Posted: Tue Aug 06, 2024 6:31 pm
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.

Re: PureBasic 6.12 beta 2 is out !

Posted: Fri Aug 09, 2024 6:03 pm
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.

Re: PureBasic 6.12 beta 2 is out !

Posted: Fri Aug 09, 2024 6:08 pm
by jacdelad
Woohoo, SFTP! Thanks very much, Fred!!!

Re: PureBasic 6.12 beta 2 is out !

Posted: Fri Aug 09, 2024 6:10 pm
by Quin
Now this is my kind of beta, SFTP and more OS version constants! Thanks Fred!

Re: PureBasic 6.12 beta 2 is out !

Posted: Fri Aug 09, 2024 7:41 pm
by Kwai chang caine
Thanks for the so desired SFTP 8)

Re: PureBasic 6.12 beta 2 is out !

Posted: Fri Aug 09, 2024 11:53 pm
by kenmo
Nice, thanks team, finally SFTP!

Re: PureBasic 6.12 beta 2 is out !

Posted: Sun Aug 11, 2024 9:25 am
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

Re: PureBasic 6.12 beta 2 is out !

Posted: Sun Aug 11, 2024 4:37 pm
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:

Re: PureBasic 6.12 beta 2 is out !

Posted: Mon Aug 12, 2024 10:15 am
by al2791
Ok Thank you

I hadn't seen your post

Re: PureBasic 6.12 beta 2 is out !

Posted: Mon Aug 12, 2024 4:05 pm
by RSBasic
It's great that PureBasic is still being developed further. Thank you for everything!

Re: PureBasic 6.12 beta 3 is out !

Posted: Fri Aug 16, 2024 4:40 pm
by Fred

Re: PureBasic 6.12 beta 3 is out !

Posted: Fri Aug 16, 2024 4:42 pm
by jacdelad
Thanks again!

Re: PureBasic 6.12 beta 3 is out !

Posted: Fri Aug 16, 2024 4:47 pm
by Quin
Thanks once again Fred, feels like every beta recently has just been amazing 8)

Re: PureBasic 6.12 beta 3 is out !

Posted: Fri Aug 16, 2024 5:03 pm
by GG
Like good wine (hem, not always), PureBasic is getting better and better with ages... Thanks Fred.

Re: PureBasic 6.12 beta 3 is out !

Posted: Fri Aug 16, 2024 6:52 pm
by skinkairewalker
Thanks Fred , looks amazing !