Welcome to PS3Hax, your official PS3 hacks, PS3 Homebrew, and PS3 Downloads scene. Check back daily to keep up with the latest PS3 Hacks and drop by our forums for more PS3 Hacks discussions.
  • Posted by GregoryRasputin , on 15/11/2011 , @ 05:04pm

     

    Onishin a member of the Logic Sunrise forum, has released a modified version of jjolano’s OpenPS3FTP, it splits files larger than 4GB, for easy transfer, here is a quote from the source(Translated thanks to Jack_Bauer_the_frog):

    Onishin, a member and developper of our forum (Logic Sunrise), delivers to us today his nice homebrew called OpenPS3FTPsplit, a modded version of OpenPS3FTP 2.3′s source code, the famous FTP server designed by jjolano. This programme has a brand-new and very useful feature: it splits files larger than 4Go during FTP transfer. Meaning that if you want to transfer one such file to the internal HDD of your PS3, or to a FAT32 external HDD plugged to it, you just need to launch the copy and the software will automatically fragment the file.

    Read more: http://www.ps3hax.net/showthread.php?t=30196#ixzz1dosxk6Re

    Source Logic Sunrise

    Download Mediafire
    Download Multiupload


  • Posted by GregoryRasputin , on 14/09/2011 , @ 10:21am

     

    Deank as always, is working hard on bringing improvements to his awesome piece of Homebrew, this minor update, removes the old FTP sever and implements jjolano’s OpenPS3FTP, here is a quote from the source:

    * Changed: Implemented OpenPS3FTP by jjolano and removed the old buggy FTP server (faster transfer speeds and no path/file length limitations)

    This should clear most of the FTP problems multiMAN had. Transfer speed is now faster, you can use 8-16 simultaneous file transfers, and the problem with long path and file names is gone now.

    The implementation of openps3ftp is based on older version from jjolano, but still is much much better than what multiMAN had until now, so big thanks to him!

    Source And Download

    Remember to visit the multiMAN section of the forum, for MM related help and themes, you can find it here.

    And of course the official multiMAN thread.

  • Posted by PS3Hax Member News , on 28/05/2011 , @ 05:01pm

     

    A while back jjolano said he would be updating all his ps3 homebrew to use psl1ght v2 instead of the leaked Sony sdk,which openps3FTP was the first. Well today he has updated all of his brews. Bringing openps3FTP to version 2.3, PSVibe to version 2( Currently Not Working), and dev_blind to what he has labeled as it’s final build.
    Change log for openps3FTP below:

    openps3FTP:

    [Version 2.3 - May 29, 2011]

    - Fixed some minor issues in the client code

    - Socket handling improvements

    - Fixed an epic fail in the client code

    - Perfected the UNIX-style LIST output

    - Improved passive mode function

    - Added an experimental queue system to prevent some io crashes

    - Stability improvements

    Source and Downloads

    Follow jjolano on Twitter

  • Posted by GregoryRasputin , on 03/04/2011 , @ 10:09am

     

    jjolano has updated his popular PS3 FTP server with some minor improvements, the FTP server is created by PSL1GHT and if fully Open Source, here is what is new:

    [Version 2.1 - April 2, 2011]
    - Code optimizations
    - Some caching improvements (better response time)
    - File transfer code rewritten
    - More RFC compliance
    - Added more FTP commands
    - Changed LIST output format to EPLF

    Download

    Source PSX Scene

    Thanks to tthousand for the tip

  • Posted by Pirate , on 24/03/2011 , @ 02:34am

     

    jjolano has updated his open source PS3 FTP server to version 2.0. OpenPS3FTP is currently one of the best FTP servers available for your PS3.

    Features include:

    • Passive mode support
    • Active mode support
    • Multiple worker support
    • Password changing
    • CHMOD
    • Remote exit app

    Changelog:

    [Version 2.0 - 3/23/2011]

    • Changed ICON0.PNG
    • Moved to a different XMB category (now under Network)
    • Fixed another possible memory leak
    • Added “dev_dragon” to mount detection and warning list
    • Changed LIST command output format (again)
    • Added new algorithms and methods
    • Should support Remote Play (untested)
    • Added a better way to get the IP (no internet required anymore – thanks andoma)
    • Added /app_home and /host_root to listing exceptions as they cause problems
    • Now uses Hermes’ sysfs sprx link instead of lv2 syscalls
    • Tweaks made to improve internal performance, stability, and reliability
    • Added a “screen saver” (simply blanks screen after 60 sec of no controller input)
    • Added an exit application button combination shortcut (SELECT + START)
    • Added an internal “retry system” designed to reduce failed transfers for small files
    • New git for v2.0 and later: http://git-hacks.com/openps3ftp
  • Posted by Pirate , on 05/03/2011 , @ 10:51am

     

    OpenPS3FTP v1.5 is out, the new update mainly brings stability improvements and speed increase in file transfers.

    Changelog:

    [Version 1.5 - March 4, 2011]
    - Improved performance and stability
    - In-game XMB performance increased
    - Better syscall usage
    - Fixed a possible memory leak
    - Fixed a couple of bugs
    - Added support for commands: MDTM, ABOR
    - nopass: now does normal login procedure (to ensure compatibility) but ignores password value
    - Added new build.sh file for developers (creates nopass and normal versions)

    [Download OpenPS3 FTP v1.5]

  • Posted by Pirate , on 27/02/2011 , @ 11:22am

     

    jjolano’s OpenPS3FTP v1.4 has been released. The latest update brings mainly bug fixes, and improvements. Full changelog quoted below:

    (more…)

  • Posted by Pirate , on 16/02/2011 , @ 11:52am

     

    jjolano has been busy last few days as he releases a major upda e to his OpenPS3FTP (v1.3) and brings dev_blind to v1.1.

    OpenPS3FTP v1.3 Updates:

    OpenPS3FTP is an open source multi-threaded ftp server for the PS3.
    Made with PSL1GHT (kudos to those guys).

    Features:

    • Passive mode support
    • Active mode support
    • Multiple worker support (multi-threaded )
    • Password changing
    • CHMOD

    [Version 1.3 - February 15, 2011]

    • – New command parser
    • – New readme format
    • – Prints a warning message if dev_blind is mounted
    • – Fixed a bunch of bugs
    • – Much more stable compared to previous versions
    • – Much better performance compared to previous versions
    • – On-screen text is coloured green instead of white
    • – File transfers are more reliable
    • – Exit to XMB function is more reliable
    • – Removed “Press X to quit”, use XMB Quit Game
    • – Corrected and added some FTP return codes
    • – Local IP address of the PS3 now displays on-screen
    • – Added password change command (PASSWD <newpassword>)
    • – Added force exit command (EXITAPP)
    • – Greatly optimized code
    • – Removed pointless/useless code
    • – Simplified most functions
    • – CHMOD function now works properly
    • – File permissions now show correctly in directory listings
    • – Now licensed under the GPL
    • – Support for MLSD, MLST, and NLST commands

    [Download OpenPS3FTP]

    via Github

    dev_blind v1.1 Updates:

    This homebrew apps copies a writeable copy of dev_flash into /dev_bind (mainly dev related, used in various homebrew apps such as f*ck PSN and BM’s)