scp copying from Linux to windows
The syntax of scp is approximately scp first_pathname second_pathname, with each pathname including a hostname and path and filename.
How do you copy from a Linux machine to a Windows box?
I am running scp in a secure shell that has opened up a BASH shell.
I know one thing, that if you have c:\temp\file in Windows, you do c/temp/file in the scp command, but as for hostname I am stumped. I have read MAN and googled to no avail.
Help!
Thanks
|