Secure Copy in Linux
· 2 min read
Copy from Server to Local Computer
Utilizing this command scp username@ip-server:/path/ke/file.txt /lokasi/di/local.
scp user@192.168.1.12:/home/user/file.txt ~/Download
Utilizing this command scp username@ip-server:/path/ke/file.txt /lokasi/di/local.
scp user@192.168.1.12:/home/user/file.txt ~/Download
First up, we have to look up into our interface we are using. To verify write down this command.
ip link