From anywhere, via the Yaler relay.
A device running an SSH service. To set up your device, see getting started.
This tutorial is for Linux and Mac OS X terminal. Prefer a desktop app? Use FileZilla. On Windows, access your device with WinSCP.
How to build YalerTunnel on the client computer in order to enable tunneling SCP.
YalerTunnel.src.zip
$ javac YalerTunnel.javaHow to run YalerTunnel on the client computer to enable SCP access to your device.
$ java YalerTunnel client 127.0.0.1:10022 try.yaler.io:80 RELAY_DOMAIN
$ scp -P 10022 -o ServerAliveInterval=5 LOCAL_FILE root@localhost:REMOTE_PATH
$ scp -P 10022 -o ServerAliveInterval=5 root@localhost:REMOTE_FILE LOCAL_PATH
How to fix common issues.
$ java YalerTunnelcommand not found or java could not find main class download the compiled YalerTunnel.class and try again.
This work by Yaler GmbH is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.