More actions
ezRemote Client | |
---|---|
General | |
Author | cy33hc |
Type | File Browsers |
Version | 1.0 |
License | GPL-3.0 |
Last Updated | 2023/10/13 |
Links | |
Download | |
Website | |
Source | |
ezRemote Client is a File Manager application that allows you to connect the Switch to remote FTP, SMB, WebDAV servers to transfer and manage files. This supercedes the apps "Switch SMB Client" and "Switch FTP Client".
Features
- Transfer files back and forth between Switch and FTP/SMB/WebDAV server
- File management function include cut/copy/paste/edit/rename/delete/new folder/file for files on Switch SD Card
Installation
- Copy ezremote-client.nro to the "/switch" folder on sdcard
- Install ezremote-client.nsp
Usage
To distinguish between FTP, SMB, WebDAV, the URL must be prefix with ftp://, smb://, 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 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.
Controls
- X - Menu (after a file is selected)
- A - Select Button/TextBox
- B - Un-Select the file list to navigate to other widgets
- Y - 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
- + - Exit Application
Screenshots
Changelog
v1.0
- First Release.