Home | Trees | Indices | Help |
---|
|
??-64 --+ | object --+ | | | threading._Verbose --+ | | | threading.Thread --+ | | | server.SubsystemHandler --+ | SFTPServer
Server-side SFTP subsystem support. Since this is a SubsystemHandler, it can be (and is meant to be) set as
the handler for "sftp"
requests. Use Transport.set_subsystem_handler
to activate this
class.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Static Methods | |||
int |
|
||
|
Properties | |
Inherited from |
Method Details |
The constructor for SFTPServer is meant to be called from within the
Transport as a
subsystem handler.
|
Process an ssh subsystem in server mode. This method is called on a new object (and in a new thread) for each subsystem request. It is assumed that all subsystem logic will take place here, and when the subsystem is finished, this method will return. After this method returns, the channel is closed. The combination of
|
Perform any cleanup at the end of a subsystem. The default implementation just closes the channel.
|
Convert an errno value (as from an
|
Change a file's attributes on the local filesystem. The contents of
This is meant to be a handy helper function for translating SFTP file requests into local file operations.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Oct 31 10:21:40 2011 | http://epydoc.sourceforge.net |