#Send/Copy local file to Remote Machine usage: scp -i <pemfile> <filename> user-name@domain-or-ip:<path-to-copy> scp -i .\keys.pem .\<filename> ubuntu@xx.xx.xx.xx:~/ # copy file from remote machine to local machine (using GIT Bash) #$scp -i <"pemfile"> user@xx.xx.xx.xx:/<path-of-file-to-copy> <directory-to-paste-file> #ex: $ scp -i "Light.pem" bitnami@XX.XX.XX.XX:/home/bitnami/AOC_PROJ_UPDATED_08_06_2022/AOC_PROJ_UPD_08_06_22.tar.gz .
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter