Displaying 1 result from an estimated 1 matches for "ssh2_channel".
2005 Jul 11
2
Feature suggestion: sftp over ssh client in a single connection
...p prompt, the client returns to the original ssh with
possible shell prompt or whatever.
The actual implementation is rather simple: The client basically forks
another process and runs a slightly modified version of the sftp
interactive_loop(). A little bit of hacking is needed so that the
primary ssh2_channel won't take the input/output while the sftp
session is active. The forking ensures that clientloop.c's select(2)
is performed normally so that the forwarded connections still work.
I can provide the patches if needed but since I am not very familiar
with the openssh code and not at all fami...