sshmitm.plugins.sftp package
- class sshmitm.plugins.sftp.SFTPHandlerPlugin(sftp, filename)
Bases:
SFTPHandlerBasePluginTransparent SFTP plugin — forwards all data unchanged.
This is the base class for all SFTP plugins. Inherit from this class to implement custom SFTP behaviour; override only the methods you need.
- Parameters:
sftp (
SFTPBaseHandle)filename (
str)