CLENT CRUMLEY
  • Design
  • Development
  • Strategy
  • Contact
BarkBox.com

Home // Snippets // Copy files from one server to another using SSH

  • September 4th
  • 2015

Copy files from one server to another using SSH

To copy a file from B to A while logged into B:
scp /path/to/file username@a:/path/to/destination
To copy a file from B to A while logged into A:
scp username@b:/path/to/file /path/to/destination

Posted in SSH by clent

Posted in Snippets by clent

~ ★ ~

Ready to get started?

I'm currently creating opportunity in Central Texas & would love the chance to be a part of your next web endeavor.

Fill out a short questionnaire and let's make some magic happen.

Start Project »
  • Design
  • Development
  • Strategy
  • Contact