07 April 2022

Secure Copy from Remote Directory

The format to use.
scp -r shortcut:/remote/server/path/file.tar.gz /target/path/
Example:
scp -r shortcut:/home/user/file.tar.gz ~/download

No comments:

Post a Comment