scp | Push/Pull Files/Directory

To copy files/folders from one system to another system

scp <source> <dest>

Pull file.txt to home directory

scp username@host:/file.txt ~/

Push file.txt to other system home directory

scp ~/file.txt username@host:~/file.txt

Revision #4
Created 4 January 2024 15:10:23 by aki
Updated 4 January 2024 15:54:58 by aki