How To Copy File Form One Directory To Another Using SSH

Using SSH to copy a file from one directory to another is done simply with the following command:

cp file.name destination/directory/

You must be logged in to post a comment.