philh_myftp_biz.web.ssh

Module Contents

Classes

SSHResponse

SSH

API

class philh_myftp_biz.web.ssh.SSHResponse
stdout: paramiko.channel.ChannelFile = None
stderr: paramiko.channel.ChannelStderrFile = None
output() str
error() str
class philh_myftp_biz.web.ssh.SSH
host: str = None
username: str = None
password: str = None
timeout: int = None
port: int = 22
_client()
close() None
run(command: str) philh_myftp_biz.web.ssh.SSHResponse

Send a command to the remote computer