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
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.
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
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.