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?
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 :
Implementation
No response
Are you willing & able to help?