Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

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 john@remoteserver:/home/john/

The above command copy the file test.txt to the remote folder /home/john, of the machine remoteserver.

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>