how to download file from linux server to windows code example
Example 1: cscp from remote server to windows subsystem
Start-Service sshd
Set-Service -Name sshd -StartupType 'Automatic'
Example 2: cscp from remote server to windows subsystem
Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'