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 WebDAV Client | |image_alt=Vita WebDAV Client | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Vita WebDAV Client | |title=Vita WebDAV Client | ||
|image= | |image=vitasmbclient2.png | ||
|description=Simple WebDAV Client App for Vita. | |description=Simple WebDAV Client App for Vita. | ||
|author=cy33hc | |author=cy33hc | ||
Line 18: | Line 18: | ||
|source=https://github.com/cy33hc/vita-webdav-client | |source=https://github.com/cy33hc/vita-webdav-client | ||
}} | }} | ||
Simple WebDAV Client is an application thatallows you to connect to and transfer files between your Vita and a WebDAV server or cloud storage service. | |||
==Installation== | |||
The application 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. | |||
==User guide== | |||
Tested with following: | Tested with following: | ||
* (Recommeded) [https://github.com/drakkan/sftpgo SFTPgo] - For local hosted WebDAV server. Can also be used as a webdav frontend for Cloud Storage like AWS S3, Azure Blob or Google Storage. | |||
* | |||
* box.com | * box.com | ||
* mega.nz | * mega.nz | ||
* 4shared.com | * 4shared.com | ||
= | === Multi Language support === | ||
The application can auto-detect the following standard PSVITA languages: | |||
== Multi Language support == | |||
The | |||
<pre>Japanese | <pre>Japanese | ||
Line 54: | Line 49: | ||
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. | ||
==Screenshot== | |||
https://dlhb.gamebrew.org/vitahomebrews/vitasmbclient3.png | |||
== | == Known issues == | ||
Opening the Input Editor multiple times crashes the application. | |||
==Changelog== | ==Changelog== | ||
''' | '''v1.01''' | ||
* Convert remote server time to local psvita time. | * Convert remote server time to local psvita time. | ||
* Fix for servers that redirects to another host. | * Fix for servers that redirects to another host. | ||
''' | '''v1.0''' | ||
* First Release. | * First Release. | ||
== Credits == | == Credits == | ||
*Author of | *Author of [https://github.com/CloudPolis/webdav-client-cpp webdav-client-cpp] used to build this app. | ||
*Copied some of the language code from | *Copied some of the language code from [https://github.com/Rinnegatamante/yoyoloader_vita yoyoloader]. | ||
*Also thx to @Rinnegatamante for imgui-vita library | *Also thx to @Rinnegatamante for imgui-vita library. | ||
== External links == | == External links == | ||
* Reddit - https://www.reddit.com/r/vitahacks/comments/101ulfb/release_vita_webdav_client/ | * Reddit - https://www.reddit.com/r/vitahacks/comments/101ulfb/release_vita_webdav_client/ | ||
* | * GBAtemp - https://gbatemp.net/threads/release-vita-webdav-client.624136/ | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/1025 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/1025 | ||
* | * GitHub - https://github.com/cy33hc/vita-webdav-client |
Revision as of 22:43, 26 Ocak 2023
Vita WebDAV Client | |
---|---|
General | |
Author | cy33hc |
Type | File Browsers |
Version | 1.01 |
License | GPL-2.0 |
Last Updated | 2023/01/09 |
Links | |
Download | |
Website | |
Source | |
Simple WebDAV Client is an application thatallows you to connect to and transfer files between your Vita and a WebDAV server or cloud storage service.
Installation
The application 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
Tested with following:
- (Recommeded) SFTPgo - For local hosted WebDAV server. Can also be used as a webdav frontend for Cloud Storage like AWS S3, Azure Blob or Google Storage.
- box.com
- mega.nz
- 4shared.com
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.
Screenshot
Known issues
Opening the Input Editor multiple times crashes the application.
Changelog
v1.01
- Convert remote server time to local psvita time.
- Fix for servers that redirects to another host.
v1.0
- First Release.
Credits
- Author of webdav-client-cpp used to build this app.
- Copied some of the language code from yoyoloader.
- Also thx to @Rinnegatamante for imgui-vita library.