Skip to content

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

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomershacktoberfest-acceptedConfirmation that the PR is legit for Hacktoberfest

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions