Thread: ssh usage
View Single Post
Posts: 225 | Thanked: 59 times | Joined on Jul 2007
#8
Originally Posted by iliaden View Post
I'll be more specific: I need to send a file from the host (w2k) to the client (n800). Can I use cp? if so, what would it be?
$ cp /cygdrive/*/folder/file.ext /???
where do I copy it?

thank you.
You don't send to file from the host to the n800.
You get the file using your n800.

So, you'd use something like (from the n800 shell):
scp user@my.external.ip:/path/to/file ./

Or you can use sftp....

desiv
 

The Following User Says Thank You to desiv For This Useful Post: