Python Forum
a feature i'd like to see added to ssh
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
a feature i'd like to see added to ssh
#3
if the connection is lost then the program on the remote end won't get a "final save" operation and the original file will be unchanged while the transient file with the incremental changes up to the lost connection can be saved like many editors do (emacs saves this as '#{filename}#').  on the local client side it should save the file locally if it did not get a proper response to "final save" before either a timeout or connection loss.  this design should also look on the local host for file recovery.

i don't know how RPC can work over the existing SSH connection (which may be relayed over things like Tor so making a separate connection is not an option).
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
RE: a feature i'd like to see added to ssh - by Skaperen - Oct-19-2017, 12:43 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020