More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Vita Homebrew Apps (File Browsers) - GameBrew | |title=Vita Homebrew Apps (File Browsers) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=vitasmbclient2.png | ||
|image_alt=Vita SMB Client | |image_alt=Vita SMB Client | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Vita SMB Client | |title=Vita SMB Client | ||
|image= | |image=vitasmbclient2.png | ||
|description=Simple SMB Client App for Vita. | |description=Simple SMB Client App for Vita. | ||
|author=cy33hc | |author=cy33hc | ||
Line 26: | Line 26: | ||
Follow this [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx wiki] to extract the libshaccg.suprx manually. | Follow this [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx wiki] to extract the libshaccg.suprx manually. | ||
==User guide== | ==User guide== | ||
Line 51: | Line 48: | ||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/vitahomebrews/vitasmbclient3.png | |||
== Known issues == | |||
Opening the Input Editor multiple times crashes the application. | |||
==Changelog== | ==Changelog== | ||
Line 73: | Line 74: | ||
== External links == | == External links == | ||
* GitHub - https://github.com/cy33hc/vita-smb-client | |||
* Reddit - https://www.reddit.com/r/vitahacks/comments/zxuuo7/release_vita_smb_client/ | * Reddit - https://www.reddit.com/r/vitahacks/comments/zxuuo7/release_vita_smb_client/ | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/1024 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/1024 |
Revision as of 21:41, 26 Ocak 2023
Vita SMB Client | |
---|---|
General | |
Author | cy33hc |
Type | File Browsers |
Version | 1.01 |
License | LGPL-2.1 |
Last Updated | 2023/01/21 |
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 PSVITA 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.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