screencloud-plugins icon indicating copy to clipboard operation
screencloud-plugins copied to clipboard

SFTP module: code update for paramiko/transport.py

Open AlexBtrZ opened this issue 7 years ago • 1 comments

Hello, need code update for file paramiko/transport.py

-    return self._cipher_info[name]['class'].new(key, self._cipher_info[name]['mode'], iv, counter)
+    return self._cipher_info[name]['class'].new(key, self._cipher_info[name]['mode'], '', counter)

https://github.com/paramiko/paramiko/pull/889 https://github.com/paramiko/paramiko/pull/889/files This helps solve the problem of uploading screenshots to SFTP : "Failed to call SFTPUploader.upload()" Thanks.

AlexBtrZ avatar Sep 14 '18 10:09 AlexBtrZ

Good job bro

leo-mao avatar Jun 06 '20 15:06 leo-mao