I am connected to windows machine via a VPN network. I installed openssh server on windows machine. From Ubuntu machine, I can connect using:
ssh windowsmachine@ipaddress
However:
scp windowsmachine@ipaddress:D:\MyFolder\myprogram\ .
does not trigger any error but does not copy anything.
Now connecting on windows machine and try to ping ubuntu machine:
ping 10.x.x.x (ubuntu ip) does not work (time out)
Same thing for:
scp ubuntumachine@ipaddress:/home/ubuntumachine/Downloads/