More actions
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
|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=File Browsers | |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 | ||
}} | }} | ||
'''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 | ||
Line 58: | Line 58: | ||
==Changelog== | ==Changelog== | ||
'''v1.02''' | |||
*Add Arabic,Hungarian,Greek,Thai,Turkish language | |||
'''v1.01''' | '''v1.01''' | ||
* Convert remote server time to local psvita time. | * Convert remote server time to local psvita time. |
Revision as of 01:13, 31 Ocak 2023
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 | |
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
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.