Skip to content

Releases: jjolano/openps3ftp

Version 4.4 (Experimental Release 4)

04 Apr 06:10
Compare
Choose a tag to compare
Pre-release

More progress on stability in this release. Also cleaned up some redundant code.

Version 4.4 (Experimental Release 3)

31 Mar 04:21
Compare
Choose a tag to compare
Pre-release

This release addresses even more stability issues.

Potential Issue: The EBOOT version seems to fail when setting up the server socket, at least on my system (4.81.2 rebug)

PS3NTFS build is included here, you will need the same PS3NTFS SPRX to run this edition.
NTFS build is also included if you do not use the shared PS3NTFS plugin.

Version 4.4 (Experimental Release 2)

30 Mar 09:59
Compare
Choose a tag to compare
Pre-release

This release addresses some stability issues.

Version 4.4 (Experimental Release 1)

29 Mar 08:37
Compare
Choose a tag to compare
Pre-release

This release adds experimental multithreading support which may improve performance at the cost of stability. It has not gone through extensive testing, so it shouldn't be expected to work reliably.

Builds for Cobra SPRX and EBOOT.BIN are included.

Version 4.3a

04 Apr 02:33
Compare
Choose a tag to compare

A quick update to fix a crashing issue with NTFS. The optimizations made in version 4.3 have been rewritten a bit more carefully. No update to PS3NTFS required.

Version 4.3

31 Mar 21:15
Compare
Choose a tag to compare

This major update is focused on increasing performance and stability. Code optimizations were made to improve efficiency overall. See the changelog for more details.

As per v4.2b, PS3NTFS is required to enable NTFS support with openps3ftp.sprx. openps3ftp_ntfs.sprx already includes PS3NTFS code. Should there be more support for the PS3NTFS plugin (such as webMAN/sMAN linking to PS3NTFS instead of libntfs), the openps3ftp_ntfs.sprx build will be dropped in future releases.

Edit: The new code optimizations seem to have an issue with PS3NTFS. Please use openps3ftp_ntfs.sprx if you require NTFS support, and disable PS3NTFS until next update.

Version 4.2b

26 Mar 23:45
Compare
Choose a tag to compare

SPRX-only release.

This release adds NTFS support, and various code optimizations.

Known Issues:

  • The console will hard-lock when shutting down the console while a client is connected to the FTP server. Please disconnect before shutting down!

And to promote some of my other PS3 projects...

PS3NTFS - https://github.com/jjolano/ps3ntfs/releases

  • This is required for NTFS functionality on openps3ftp.sprx. However, if you (for some reason) do not want to use this, there is openps3ftp_ntfs.sprx which includes the code built-in.
  • There are advantages to having separate plugins for library functions - one being that any new library updates can be done just by updating the plugin itself without worrying about dependent plugins. Another advantage is that multiple plugins can share the same library code, which in the end saves RAM usage.
  • Should there be any updates to libntfs, this plugin can easily be updated and all homebrews using PS3NTFS will automatically have the latest update to libntfs.

PRXMB - https://github.com/jjolano/prxmb/releases

  • This allows developers to extend XMB functionality through module-actions. It is in the Scene's best interest to adopt this to advance in PS3 homebrew development.

Version 4.2a

06 Mar 03:29
Compare
Choose a tag to compare

After rigorous testing, this release fixes a rare crash that occurs when disconnecting from the server. Plugin is now stable!

Version 4.2-PRX Update 2

05 Mar 01:24
Compare
Choose a tag to compare
Pre-release

Fixed more crashes and the SITE command. Also fixed a (very small) memory leak when connecting and disconnecting multiple times.

Additionally, the server will minimize memory usage when it is not active.

Almost stable...

Version 4.2-PRX Update 1

03 Mar 04:26
Compare
Choose a tag to compare
Pre-release

Just a quick update to the server code that might help fix some crashes.