Back to issue list Export

As mentioned at http://www.reddit.com/r/programming/comments/137kd9/18_months_ago_termkit_a_nextgeneration_terminal/c71kkpm it is sometimes useful, especially if you have a client on one machine and the server on another, to have some simple way of transferring files without having to reconnect. This most often comes up when connected via a serial connection or in any configuration where a direct network connection is impossible

travisb 2014-04-23 04:04:06
hash: bedb208a0fc4dea88f93cad3956958691e5afc6b95eb366c40f8f1a56d7c0b30
Date: 2014-04-23 04:04:06
User: travisb

There might be a case for extending this functionality such that the filesystem access can be used similar to FUSE. One such nicety for some would be to open a local editor with the remote file on the action of the remote. Or baring that for security reasons providing some other simple communication method to achieve a similar outcome.


Tracked by Nitpick