Home | Trees | Indices | Help |
---|
|
object --+ | BaseSFTP --+ | object --+ | | | threading._Verbose --+ | | | threading.Thread --+ | | | 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 Inherited from |
Method Details |
The constructor for SFTPServer is meant to be called from within the
Transport as a
subsystem handler.
|
Convert an errno value (as from an
|
Perform any cleanup at the end of a subsystem. The default implementation just closes the channel.
|
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.
|
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
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon May 23 13:50:03 2011 | http://epydoc.sourceforge.net |