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

scp.put documentation has swapped local and remote file params #646

Open
rrajpuro-anet opened this issue Sep 28, 2024 · 1 comment
Open
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers hacktoberfest-accepted Confirmation that the PR is legit for Hacktoberfest

Comments

@rrajpuro-anet
Copy link

SUMMARY

The docs file copy_files_scp has the input params for scp.put method swapped. See scp.pyx

It should be
scp.put(local_file, remote_file) instead of scp.put(remote_file, local_file)

ISSUE TYPE
  • Documentation Report
@webknjaz webknjaz added documentation Improvements or additions to documentation good first issue Good for newcomers hacktoberfest-accepted Confirmation that the PR is legit for Hacktoberfest labels Oct 1, 2024
@webknjaz
Copy link
Member

webknjaz commented Oct 1, 2024

@rrajpuro-anet would you like to submit a pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers hacktoberfest-accepted Confirmation that the PR is legit for Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants