The developer jjolano published a few hours ago a new version of OpenPS3ftp. It has rewritten everything back to C, but it follows the codebase of C ++, great stability and performance are brought in this new version, especially on concurrent connections.
The utility, a very good FTP server, of the developer jjloano, OpenPS3FTP, had not seen an update since 2013, but the developer has resumed its evolution.
Here is a homebrew playStation 3 that many Custom Firmware PS3 users have used very often, if you have not used this standalone version you have certainly used it in FTP in webMAN / webMAN-MOD / multiMAN / IRISMAN ...
Distributed as a plugin, it provides a VSH interface to add your own commands, just connect your project to the sprx file
An example of proof of concept is included, this requires that the main plugin be loaded first. The only problem is that the plugins MUST cancel the registration of their commands and be unloaded first, otherwise the console hangs. This is why an update of v4.2 was soon published following.
Included files:
openps3ftp.sprx: main FTP server plugin. Make sure other FTP daemons are disabled (or on a different port) such as webMAN.
openps3ftp_prx_test.sprx: plugin interface tester. This injects a command called "TEST" which calls syscall 496 ( sys_prx_get_module_id_by_name) and takes in a parameter.
libopenps3ftp_prx.a: plugin interface stub library. Required link for adding commands to the FTP server.
openps3ftp.h: plugin interface header file.
Download:https://github.com/jjolano/openps3ftp/releases
The utility, a very good FTP server, of the developer jjloano, OpenPS3FTP, had not seen an update since 2013, but the developer has resumed its evolution.

Here is a homebrew playStation 3 that many Custom Firmware PS3 users have used very often, if you have not used this standalone version you have certainly used it in FTP in webMAN / webMAN-MOD / multiMAN / IRISMAN ...
Distributed as a plugin, it provides a VSH interface to add your own commands, just connect your project to the sprx file
An example of proof of concept is included, this requires that the main plugin be loaded first. The only problem is that the plugins MUST cancel the registration of their commands and be unloaded first, otherwise the console hangs. This is why an update of v4.2 was soon published following.
Included files:
openps3ftp.sprx: main FTP server plugin. Make sure other FTP daemons are disabled (or on a different port) such as webMAN.
openps3ftp_prx_test.sprx: plugin interface tester. This injects a command called "TEST" which calls syscall 496 ( sys_prx_get_module_id_by_name) and takes in a parameter.
libopenps3ftp_prx.a: plugin interface stub library. Required link for adding commands to the FTP server.
openps3ftp.h: plugin interface header file.
Download:https://github.com/jjolano/openps3ftp/releases
