More actions
Vita SMB Client | |
---|---|
General | |
Author | cy33hc |
Type | File Browsers |
Version | 1.04 |
License | LGPL-2.1 |
Last Updated | 2023/01/29 |
Links | |
Download | |
Website | |
Source | |
Vita SMB Client is a simple SMB client app for Vita that can connect to and transfer files between your Vita and remote SMB shares on Windows, Linux, and NAS systems.
It includes functions for establishing a connection with a remote share, disconnecting from a share, and transferring files to and from the share.
Installation
The app is built with imgui-vita which needs the libshacccg.suprx extracted. A message will be displayed that you are missing the libshacccg.suprx files on starting the app.
Follow this wiki to extract the libshaccg.suprx manually.
User guide
Multi Language support
The application can auto-detect the following standard PS Vita languages:
Japanese English French Spanish German Italian Dutch Portuguese_BR Protugese_PT Russian Korean Chinese Polish
For Non-Standard Languages like Croatian, Catalan, Euskera, Galego, Hungarian, Indonesian, Greek, Thai, user must modify the file ux0:data/SMBCLI0001/config.ini and update the language setting to Croatian, Catalan, Euskera, Galego, Hungarian, Indonesian, Greek or Thai.
Screenshots
Known issues
Opening the Input Editor multiple times crashes the application.
Changelog
v1.04
- Add Turkish and Arabic language support
v1.03
- Updated with bug fixes from upstream SMB library.
v1.02
- Fixed anonymous access for some SMB shares.
v1.01
- Fix rename of files/folders in Windows Shares. This was a fix in the upstream dependency. sahlberg/libsmb2#218.
v1.00
- Initial Release.
Credits
- Thx to the following people for translating the string used in the app.
- Author of libsmb2 used to build this app. https://github.com/sahlberg/libsmb2
- Borrowed the Theme colors and Folder/File icon from NXShell. https://github.com/joel16/NX-Shell/releases
- Copied some of the language code from yoyoloader https://github.com/Rinnegatamante/yoyoloader_vita
- Also thx to @Rinnegatamante for imgui-vita library