key=<random but unique key> # Such as the hash of your email id!
########### Server:
mkfifo pipe
bash --rcfile <(echo 'PS0="$(tput cuu1; tput ed)"') -i <pipe |&
curl -sf -N -T . https://pipeto.me/${key} >pipe
# The above must run in foreground, otherwise interactive bash would stop
########### Client:
curl -sf -N -T . https://pipeto.me/${key}
TODO: Add measures to restore connection in case of sudden network issues or intermittency
TODO: Connection is unencrypted. Add GPG filter with custom passphrase for symmetric encryption.