Skip to content

Instantly share code, notes, and snippets.

@2arunpmohan
Last active December 25, 2021 15:31
Show Gist options
  • Save 2arunpmohan/946cfd4735d8fd9ce12b2d1b0aa623a5 to your computer and use it in GitHub Desktop.
Save 2arunpmohan/946cfd4735d8fd9ce12b2d1b0aa623a5 to your computer and use it in GitHub Desktop.

SCP operations

scp to factweavers

scp /var/www/html/teknion-ui.zip root@factweavers.com:~/../var/www/html

scp a file from factweavers

scp root@factweavers.com:/var/www/html/teknion-ui-new.zip /var/www/html/

scp using pem

scp -i bigd.pem ubuntu@54.254.171:/var/www/html /home/arun/Downloads

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