We have OpenSsh installed and running on remote windows server. When I connect to it through Remote Desktop and run scp
on command prompt it gives all the available options for scp commnad.
but when I am trying to scp from my linux machine to it like scp myuser@windows-machine:test.txt .
it's giving me the below error
'scp.exe' is not recognized as an internal or external command,operable program or batch file.
I can do ssh using the same user credential and after doing ssh if i run the scp there still it gives the same error.
Can anybody please help if I am missing some configuration on remote windows machine ?
Thanks,