|
2008-04-24
, 21:58
|
|
Posts: 296 |
Thanked: 80 times |
Joined on Dec 2007
|
#2
|
|
2008-04-24
, 22:06
|
|
Posts: 267 |
Thanked: 50 times |
Joined on Feb 2008
@ Montreal, Canada
|
#3
|
|
2008-04-24
, 22:56
|
|
Posts: 48 |
Thanked: 40 times |
Joined on Apr 2008
@ Spain
|
#5
|
on my n800, I have installed ssh (client), and on the desktop (windows 2000, cygwin), ssh server. The server works perfectly, and I was able to connect to it via another computer on my network.
the question is: how to connect to my desktop via ssh? I have no wireless router (living off my neighbor's connection... don't tell them!), so the network I am on and the one i'm trying to connect to are different. How do I do this?
|
2008-04-24
, 22:59
|
|
Posts: 267 |
Thanked: 50 times |
Joined on Feb 2008
@ Montreal, Canada
|
#6
|
|
2008-04-24
, 23:03
|
|
Posts: 267 |
Thanked: 50 times |
Joined on Feb 2008
@ Montreal, Canada
|
#7
|
|
2008-04-24
, 23:12
|
Posts: 225 |
Thanked: 59 times |
Joined on Jul 2007
|
#8
|
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.
The Following User Says Thank You to desiv For This Useful Post: | ||
|
2008-04-24
, 23:15
|
|
Posts: 48 |
Thanked: 40 times |
Joined on Apr 2008
@ Spain
|
#9
|
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 .
The Following User Says Thank You to jldiaz For This Useful Post: | ||
|
2008-04-24
, 23:20
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#10
|
scp SourceFile.ext user@host:directory/TargetFile.ext
scp user@host:folder/SourceFile.ext TargetFile.ext
The Following User Says Thank You to Benson For This Useful Post: | ||
I am lost, and beg you for help!
on my n800, I have installed ssh (client), and on the desktop (windows 2000, cygwin), ssh server. The server works perfectly, and I was able to connect to it via another computer on my network.
the question is: how to connect to my desktop via ssh? I have no wireless router (living off my neighbor's connection... don't tell them!), so the network I am on and the one i'm trying to connect to are different. How do I do this?
thank you
Ilia