Skip to content

Instantly share code, notes, and snippets.

@Mark-H
Created July 2, 2012 20:37
Show Gist options
  • Save Mark-H/3035556 to your computer and use it in GitHub Desktop.
Save Mark-H/3035556 to your computer and use it in GitHub Desktop.
SFTPing from command line from remote server
  1. SSH to target server
  2. sftp [email protected] and auth if needed.
  3. cd to the directory the file you want to transfer is
  4. get archive.tar.gz
  5. to pull out of transfer use exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment