Using SCP to upload or download a file through SSH
Typically this would be used in conjunction with creating a tar.gz file of a site, (as discussed here.)
Use scp To copy from your local computer to the remote, type, in the local computer:
scp -v /tmp/file user@example.com:/home/name/dir
(where /tmp/file can be replaced with any local file and /home/name/dir with any remote directory)
To copy from the remote computer to the local one, type, in the local computer:
scp -v user@example.com:/home/name/dir/file /tmp/
(protip: It helps to know the full path of the directories and files. Use the “pwd” to obtain that.)
source: http://askubuntu.com/questions/157381/in-ssh-how-do-i-mv-to-my-local-system
About north street
We engineer the thoughtful transformation of great organizations. Our proven process helps us understand what your competitors are doing right — and wrong. Want to learn more? Let’s chat.