Home | Trees | Indices | Help |
|
---|
|
object --+ | threading._Verbose --+ | threading.Thread --+ | rforward.X2GoRevFwTunnel --+ | X2GoRevFwTunnelToSFTP
A reverse fowarding tunnel with an sFTP server at its endpoint. This blend of a Paramiko/SSH reverse forwarding tunnel is used to provide access to local X2Go client folders from within the the remote X2Go server session.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
Start a Paramiko/SSH reverse forwarding tunnel, that has an sFTP server listening at the endpoint of the tunnel.
|
This method gets run once an X2GoRevFwTunnelToSFTP has been started with its start() method. Use X2GoRevFwTunnelToSFTP.stop_thread() to stop the reverse forwarding tunnel again (refer also to its pause() and resume() method). X2GoRevFwTunnelToSFTP.run() waits for notifications of
an appropriate incoming Paramiko/SSH channel (issued by X2GoRevFwTunnelToSFTP.notify()). Appropriate in this
context means, that its starting point on the X2Go server matches the
class's property Once a new incoming channel gets announced by the notify() method, a new X2GoRevFwSFTPChannelThread instance will be initialized. As a data stream handler, the function x2go_rev_forward_sftpchannel_handler() will be used. The channel will last till the connection gets dropped on the X2Go
server side or until the tunnel gets paused by an X2GoRevFwTunnelToSFTP.pause() call or stopped via the
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 18 11:10:48 2017 | http://epydoc.sourceforge.net |