Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solve a bug when the 'write' method in an implementation does not ret… #1072

Merged
merged 5 commits into from
Oct 13, 2022

Commits on Oct 12, 2022

  1. solve a bug when the 'write' method in an implementation does not ret…

    …urn the actual length of written data (the case of SFTP with paramiko)
    ghislainp committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    b3f3dbe View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. add a test for put_file

    ghislainp committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    31b3c71 View commit details
    Browse the repository at this point in the history
  2. typo

    ghislainp committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    a88574c View commit details
    Browse the repository at this point in the history
  3. rpath must be a new file

    ghislainp committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    6b41a53 View commit details
    Browse the repository at this point in the history
  4. remove extra tabs

    ghislainp committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    49ae4ee View commit details
    Browse the repository at this point in the history