In order to use SSH with SCP on a Windows server you must first install an SSH service. A great tool to use for this is CYGWIN.
After you install this service you can then use a lot of useful SSH tools such as SCP.
How to copy files from your backup Linux Server to Windows using SCP:
You must login to the Windows server and start the cygwin SSH service
Login to the backup Linux server and run the following Command:
scp $filename [email protected]:/
The file is then copied over to your windows server into the following folder:
C:cygwin
We usually suggesting turning off the service on the windows server once the restore is complete. This is just a security precaution since the service is rarely used.
Turn off the SSH service on the Winodws Server – service named Cygwin SSH