Jun 072008
Copy file to remote server using scp
Answer:
To copy file from local machine to remote server, it is easy with scp
e.g.
# scp test.txt [email protected]:/home/john/
The above command copy the file test.txt to the remote folder /home/john, of the machine remoteserver.