More actions
(Created page with "{{#seo: |title=Vita Homebrew Apps (File Browsers) - GameBrew |title_mode=append |image=vitasmbclient.jpg |image_alt=Vita SMB Client }} {{Infobox Vita Homebrews |title=Vita SMB Client |image=vitasmbclient.jpg |description=Simple SMB Client App for Vita. |author=cy33hc |lastupdated=2022/12/29 |type=File Browsers |version=1.01 |license=LGPL-2.1 |download=https://dlhb.gamebrew.org/vitahomebrews/vitasmbclient.7z |website=https://www.reddit.com/r/vitahacks/comments/zxuuo7/rele...") |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
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 | ||
|lastupdated= | |lastupdated=2023/01/29 | ||
|type=File Browsers | |type=File Browsers | ||
|version=1. | |version=1.04 | ||
|license=LGPL-2.1 | |license=LGPL-2.1 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/vitasmbclient.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/vitasmbclient.7z | ||
Line 18: | Line 18: | ||
|source=https://github.com/cy33hc/vita-smb-client | |source=https://github.com/cy33hc/vita-smb-client | ||
}} | }} | ||
{{obsolete}} | |||
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. | |||
The app is built with imgui-vita which needs the | '''Note:''' No longer maintained. Please refer to the superseded version [[EzRemote Client Vita|ezRemote Client]]. | ||
==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 [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== | ||
=== Multi Language support === | |||
The application can auto-detect the following standard PS Vita languages: | |||
== Multi Language support == | |||
The | |||
<pre>Japanese | <pre>Japanese | ||
Line 47: | Line 48: | ||
Polish</pre> | Polish</pre> | ||
For | 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== | |||
https://dlhb.gamebrew.org/vitahomebrews/vitasmbclient3.png | |||
== | == Known issues == | ||
Opening the Input Editor multiple times crashes the application. | |||
==Changelog== | ==Changelog== | ||
''' | '''v1.04''' | ||
*Fix rename of files/folders in Windows Shares. This was a fix in the upstream dependency. | *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. | *Initial Release. | ||
== Credits == | == Credits == | ||
Line 69: | Line 80: | ||
== 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 |
Latest revision as of 11:09, 30 Ocak 2024
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 | |
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
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.
Note: No longer maintained. Please refer to the superseded version ezRemote Client.
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