MisterTea / EternalTerminal

Re-Connectable secure remote shell
https://mistertea.github.io/EternalTerminal/
Apache License 2.0
3.04k stars 175 forks source link

Feature: etfs - An sshfs extension on etserver #465

Open dmgolembiowski opened 3 years ago

dmgolembiowski commented 3 years ago

sshfs is a popular mechanism for mounting remote file systems. It's only drawback lies in its tenuous connection, where abrupt disconnects result in leaving both systems in a haphazard state. Naively-speaking, etserver seems positioned to completely solve this problem.

MisterTea commented 3 years ago

I wrote CodeFS to address that: www.codefs.dev