Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Releases: cy33hc/ps4-smb-client

v1.10

28 Jan 09:17
Compare
Choose a tag to compare
  • Fix install of patch package via remote package installation
  • Add Arabic language support

v1.09

27 Jan 09:14
Compare
Choose a tag to compare
  • Add Turkish language

v1.08

26 Jan 06:04
Compare
Choose a tag to compare
  • Fix buffer overflow when using languages that translate to longer text

v1.07

21 Jan 04:51
Compare
Choose a tag to compare
  • Rebuilt with bug fixes from upstream SMB library

v1.06

13 Jan 05:34
Compare
Choose a tag to compare
  • Fixed anonymous login for some SMB shares

v1.05

30 Dec 00:58
2400e14
Compare
Choose a tag to compare
  • Fix rename of files/folders for Windows Shares. This was fixed in upstream dependency sahlberg/libsmb2#218
  • Update Japanese and Ryukyuan language with new translated strings.

v1.04

27 Dec 00:58
Compare
Choose a tag to compare
  • Add ability to Install packages from the PS4 local drive. Packages can be placed in any folder under the /data or /mnt/usbX folder.

v1.03

26 Dec 03:19
74c4e80
Compare
Choose a tag to compare

HELP - Need new translations for the added strings. Please help update the languages files. Use the English.ini for reference

  • Add Greek and Thai language translations and support
  • Add Remote Package Installation feature. Added a new "HTTP" port field in the UI for this. Also adds an "Install" menu for remote files.

No longer need "Remote Package Installer" homebrew and "Remote Package Sender" from PC.

Remote Package Installation is supported if you setup SMB and a HTTP Server on the same machine. You also need to make sure the SMB and HTTP Server share the exact same folder.

Example: If you share the folder C:\MyShare for SMB, then also make sure the C:\MyShare is the root folder for the HTTP Server.

HTTP Servers known to work with RPI.
Leefull's exploit host
Microsoft IIS
npx serve

v1.02

24 Dec 23:03
Compare
Choose a tag to compare
  • Fixed "Share" name truncated to 16 characters only. The max size is 255 chars.
  • Added Greek language translations

v1.01

22 Dec 20:37
Compare
Choose a tag to compare
  • Greatly improved transfer speeds. From my testing, speed increase from 23MB/s to 64MB/s on my wired lan. This was achieved by increasing the SO_SNDBUF and SO_RCVBUF of the low level socket connection.