View Single Post
cddiede's Avatar
Posts: 1,034 | Thanked: 784 times | Joined on Dec 2007 @ Annapolis, MD
#2
Originally Posted by debernardis View Post
I'm asking your help for doing one thing with my n900 and my home server.


I thought of using scp, but as far as I know it means that from the server I should ssh back to the n900 like that: scp user@n900.ip.address:file/path/on/server file/path/on/n900 but it's not what I want, because I should know also the ip address of the n900.
So you want to scp a file from the server that you've SSH'd into back to the N900, right?

Sounds like you've got it right. Just execute:

scp <target file name> user@<n900's IP address>:/path/to/target/directory

What's the problem with doing it like this?

You said: "but it's not what I want, because I should know also the ip address of the n900."

I don't really understand this statement. Are you having a problem because you DON'T know the N900's IP address?

I think this might be a language barrier problem because I can't really understand what you are trying to say.