Exemplo n.º 1
0
 def __init__(self, ssh_client, encoding):
     self._scp_client = JavaSCPClient(ssh_client)
     super(SCPTransferClient, self).__init__(ssh_client, encoding)
Exemplo n.º 2
0
 def __init__(self, ssh_client):
     self._scp_client = JavaSCPClient(ssh_client)