Category: Windows
-
How to scp from linux to windows
To use scp (Secure Copy Protocol) for transferring files from a Linux system to a Windows machine, you need to set up a few things on the Windows machine first, since Windows doesn’t have an scp server by default. Here’s a step-by-step guide: Install an SCP server on Windows You can use OpenSSH Server or…