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?
$ scp MyTabletFile foo@bar:folder
$ scp foo@bar:folder/file.ext .