scp.put documentation has swapped local and remote file params #646
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
hacktoberfest-accepted
Confirmation that the PR is legit for Hacktoberfest
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 ofscp.put(remote_file, local_file)
ISSUE TYPE
The text was updated successfully, but these errors were encountered: