Skip to content

Instantly share code, notes, and snippets.

@skinnylatte
Last active October 17, 2016 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skinnylatte/35f5402ce263fa68fd4af61d7eb010cd to your computer and use it in GitHub Desktop.
Save skinnylatte/35f5402ce263fa68fd4af61d7eb010cd to your computer and use it in GitHub Desktop.
Copy files from webfation using scp

This assumes you use Mac OS X and Webfaction.com shared hosting.

To avoid using an ftp or sftp client to download a folder to your computer locally, this is what I did.

Here, I am copying a wordpress folder into my local folder.

In Terminal,

scp -r yourwebfactionusername@yourwebfactionusername.webfactional.com:/home/yourwebfactionusername/webapps/yourwebappname /Users/yourmacusername/folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment