short scp howto (from linux shell)

I have problem to remember the syntax of scp command… maybe it will be easier to find:

so… MARCIN - if you want to copy a file from remote server to local folder:

scp user@remotelocalisation.com:path_to_the_file_or_sth local_file

if you want to copy a file from local dir to remote server you have to use a command:

scp local_file username@remoteserver.com:path_to_the_folder/file

Tags: , ,

Monday, January 14th, 2008 Linux, Tips

No comments yet.

Leave a comment