I need to copy a deep directory on one windows machine over 'itself' on another windows machine. I can't seem to get the command to work correctly. The current problem is that it appears that scp is stripping the slashes out of the source parameter.
scp -v -r COMPUTER1:D:\A\B COMPUTER2:D:\A\B
I've also just tried to copy to a different name like
scp -v -r COMPUTER1:D:\A\B COMPUTER2:D:\A\B1