Implement the `close' command, which terminates an SFTP session but
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 16 Dec 2004 19:19:59 +0000 (19:19 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 16 Dec 2004 19:19:59 +0000 (19:19 +0000)
commitb614ce8958c574805009abc2335a7cbdde728b24
tree1f8fe4c9a8d818a5b143eedf1acd351ba3ec78e5
parent65857773290a7bacd6f5d84ab51a9c1228e61e99
Implement the `close' command, which terminates an SFTP session but
does not quit PSFTP, so you can then issue another `open' to connect
to somewhere else. This has apparently been trivial for some time,
for exactly the same reasons that `reuse-windows' was so easy, but
it hadn't occurred to me to actually do it until now.

git-svn-id: svn://svn.tartarus.org/sgt/putty@4994 cda61777-01e9-0310-a592-d414129be87e
psftp.c