More actions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|description=Remote file manager for FTP, SMB, NFS and WebDAV protocols. | |description=Remote file manager for FTP, SMB, NFS and WebDAV protocols. | ||
|author=cy33hc | |author=cy33hc | ||
|lastupdated= | |lastupdated=2024/04/22 | ||
|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/ezremoteclientvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/ezremoteclientvita.7z | ||
Line 126: | Line 126: | ||
==Changelog== | ==Changelog== | ||
'''v1.0.2''' | |||
* Install homebrew packages in VPK, ZIP, RAR, 7ZIP and from Folders from both Local and Remote Server | |||
* Install NPS_Browser generates packages in ZIP, RAR, 7ZIP and from Folders from both Local and Remote Server | |||
* Extract ZIP, RAR, 7ZIP from both Local and Remote Servers | |||
* Create ZIP package on Local | |||
* Add new support for HTTP servers like Apache, Ngnix, IIS, RClone, NPX Server. For Apache/Ngnix you need to enable directory listing module. | |||
'''v1.0.1''' | '''v1.0.1''' | ||
*Fix language files read from wrong location. | *Fix language files read from wrong location. |
Revision as of 01:23, 28 April 2024
ezRemote Client | |
---|---|
General | |
Author | cy33hc |
Type | File Browsers |
Version | 1.02 |
License | GPL-2.0 |
Last Updated | 2024/04/22 |
Links | |
Download | |
Website | |
Source | |
ezRemote Client is a File Manager application that allows you to connect the VITA to remote FTP, SMB, NFS, WebDAV servers to transfer and manage files. The interface is inspired by Filezilla client which provides a commander like GUI.
This was entered into the FuHEN Homebrew Contest.
Features
- Transfer files back and forth between VITA and FTP/SMB/NFS/WebDAV server.
- File management function include cut/copy/paste/rename/delete/new folder/file for files on VITA local drives.
User guide
To distinguish between FTP, SMB, NFS, WebDAV or HTTP, the URL must be prefix with ftp://
, smb://
, nfs://
, webdav://
, webdavs://
The url format for FTP is
ftp://hostname[:port] - hostname can be the textual hostname or an IP address. hostname is required - port is optional and defaults to 21(ftp) if not provided
The url format for SMB is
smb://hostname[:port]/sharename - hostname can be the textual hostname or an IP address. hostname is required - port is optional and defaults to 445 if not provided - sharename is required
The url format for NFS is
nfs://hostname[:port]/export_path[?uid=<UID>&gid=<GID>] - hostname can be the textual hostname or an IP address. hostname is required - port is optional and defaults to 2049 if not provided - export_path is required - uid is the UID value to use when talking to the server. Defaults to 65534 if not specified. - gid is the GID value to use when talking to the server. Defaults to 65534 if not specified. Special characters in 'path' are escaped using %-hex-hex syntax. For example '?' must be escaped if it occurs in a path as '?' is also used to separate the path from the optional list of url arguments. Example: nfs://192.168.0.1/my?path?uid=1000&gid=1000 must be escaped as nfs://192.168.0.1/my%3Fpath?uid=1000&gid=1000
The url format for WebDAV is
webdav://hostname[:port]/[url_path] webdavs://hostname[:port]/[url_path] - hostname can be the textual hostname or an IP address. hostname is required - port is optional and defaults to 80(webdav) and 443(webdavs) if not provided - url_path is optional based on your WebDAV hosting requiremets
Tested with following WebDAV server:
- (Recommeded) RClone - For hosting your own WebDAV server. You can use RClone WebDAV server as proxy to 70+ public file hosting services (Eg. Google Drive, OneDrive, Mega, dropbox, NextCloud etc..)
- Dufs - For hosting your own WebDAV server.
- 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.
Multi Language Support
The application support following languages.
The following languages are auto detected.
Dutch English French German Italiano Japanese Korean Polish Portuguese_BR Russian Spanish Chinese_Simplified Chinese_Traditional
The following aren't standard languages supported by the VITA, therefore requires a config file update.
Arabic Catalan Croatian Euskera Galego Greek Hungarian Indonesian Romanian Ryukyuan Thai Turkish
User must modify the file ux0:/data/RMTCLI001/config.ini and update the language setting with the exact values from the list above.
Controls
Triangle - Menu (after a file(s)/folder(s) is selected)
Cross - Select Button/TextBox
Circle - Un-Select the file list to navigate to other widgets or Close Dialog window in most cases
Square - Mark file(s)/folder(s) for Delete/Rename/Upload/Download
R1 - Navigate to the Remote list of files
L1 - Navigate to the Local list of files
Screenshots
Changelog
v1.0.2
- Install homebrew packages in VPK, ZIP, RAR, 7ZIP and from Folders from both Local and Remote Server
- Install NPS_Browser generates packages in ZIP, RAR, 7ZIP and from Folders from both Local and Remote Server
- Extract ZIP, RAR, 7ZIP from both Local and Remote Servers
- Create ZIP package on Local
- Add new support for HTTP servers like Apache, Ngnix, IIS, RClone, NPX Server. For Apache/Ngnix you need to enable directory listing module.
v1.0.1
- Fix language files read from wrong location.
v1.0
- First Release.