Use scp to download a file from a server

You can easily grab a file off a server from the command line using secure copy:

scp user@domain.com:/home/user/fileyouwant.txt fileyouwant.txt

This will download the file from your server to your local computer.



Posted 01/21/2010
blog comments powered by Disqus