Copy from Linux to Windows – SCP

Type this to PowerShell/Windows Terminal on your Windows machine

scp -P [SSH port] linuxusername@ip_of_linux:/path/to/your/file.tar C:\Path\to\save\the\file

Omit the -P option if you are using default SSH port 22.


Revision #3
Created 15 September 2021 21:21:09 by Marek
Updated 15 September 2021 21:24:15 by Marek