¡@

Home 

python Programming Glossary: sftpconnection

twisted conch filetransfer

http://stackoverflow.com/questions/5195427/twisted-conch-filetransfer

ClientOptions options 'host' host options 'port' port conn SFTPConnection conn._sftp Deferred auth SSHUserAuthClient user options conn.. is a little mixed in here. For the moment though ignore SFTPConnection and that _sftp Deferred. ClientOptions is basically just a fancy.. SSH connection and authenticate it. After that's done the SFTPConnection instance comes into play. Notice how SSHUserAuthClient takes..