Skip to content

Helper for SCP commands #121

Description

@piRGoif

Checks

Motivation

From time to time I need to transfer files from or to a server, and use SCP for that.
It would be nice to have a SCP command generator !

There is already a mean to copy the SSH command, for SCP we could have a way to generate a from and a to command with default values, for example :

  • to : scp -P /file/to/send username@remote:/where/to/put/remotely
  • from : scp -P username@remote:/file/to/receive /where/to/put/locally
  • (with Lazyssh filling : port, username, remote)

Implementation

No response

Are you willing & able to help?

  • I am able to submit a PR!
  • I can help test the feature!

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions