Skip to content

SFTP module: code update for paramiko/transport.py #37

Description

@AlexABtr

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)

paramiko/paramiko#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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions