More actions
(Created page with "{{#seo: |title=Vita Homebrew Apps (Utilities) - GameBrew |title_mode=append |image=vitawebdavclient.jpg |image_alt=Vita WebDAV Client }} {{Infobox Vita Homebrews |title=Vita WebDAV Client |image=vitawebdavclient.jpg |description=Simple WebDAV Client App for Vita. |author=cy33hc |lastupdated=2023/01/03 |type=Utilities |version=1.00 |license=GPL-2.0 |download=https://dlhb.gamebrew.org/vitahomebrews/vitawebdavclient.7z |website=https://www.reddit.com/r/vitahacks/comments/10...") |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps ( | |title=Vita Homebrew Apps (File Browsers) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=vitawebdavclient2.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=vitawebdavclient2.png | ||
|description=Simple WebDAV Client App for Vita. | |description=Simple WebDAV Client App for Vita. | ||
|author=cy33hc | |author=cy33hc | ||
|lastupdated=2023/01/ | |lastupdated=2023/01/29 | ||
|type= | |type=File Browsers | ||
|version=1. | |version=1.02 | ||
|license=GPL-2.0 | |license=GPL-2.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/vitawebdavclient.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/vitawebdavclient.7z | ||
Line 18: | Line 18: | ||
|source=https://github.com/cy33hc/vita-webdav-client | |source=https://github.com/cy33hc/vita-webdav-client | ||
}} | }} | ||
{{obsolete}} | |||
Vita WebDAV Client is a simple WebDAV Client is an application that allows you to connect to and transfer files between your Vita and a WebDAV server or cloud storage service. | |||
Tested with following: | Tested with following: | ||
* (Recommended) [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 | ||
'''Note:''' No longer maintained. Please refer to the superseded version [[EzRemote Client Vita|ezRemote Client]]. | |||
The | ==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. | 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 54: | Line 52: | ||
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/vitawebdavclient3.png | |||
== | == Known issues == | ||
Opening the Input Editor multiple times crashes the application. | |||
==Changelog== | ==Changelog== | ||
''' | '''v1.02''' | ||
*Add Arabic,Hungarian,Greek,Thai,Turkish language. | |||
'''v1.01''' | |||
* Convert remote server time to local psvita time. | |||
* 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 |
Latest revision as of 11:11, 30 Ocak 2024
Vita WebDAV Client | |
---|---|
General | |
Author | cy33hc |
Type | File Browsers |
Version | 1.02 |
License | GPL-2.0 |
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 WebDAV Client is a simple WebDAV Client is an application that allows you to connect to and transfer files between your Vita and a WebDAV server or cloud storage service.
Tested with following:
- (Recommended) 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
Note: No longer maintained. Please refer to the superseded version ezRemote Client.
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
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.
Screenshot
Known issues
Opening the Input Editor multiple times crashes the application.
Changelog
v1.02
- Add Arabic,Hungarian,Greek,Thai,Turkish language.
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.