Horje
send file to aws ec2 termnal Code Example
send file to aws ec2 termnal
// To copy one file
scp -i path/to/key file/to/copy user@ec2-xx-xx-xxx-xxx.compute-1.amazonaws.com:path/to/file

// To copy an entire directory
scp -i path/to/key -r directory/to/copy user@ec2-xx-xx-xxx-xxx.compute-1.amazonaws.com:path/to/directory




Shell

Related
how to commit to github from terminal Code Example how to commit to github from terminal Code Example
AttributeError: module 'PyQt5.QtGui' has no attribute 'QFileDialog' in ubuntu 18.04 Code Example AttributeError: module 'PyQt5.QtGui' has no attribute 'QFileDialog' in ubuntu 18.04 Code Example
install deb file in ubuntu Code Example install deb file in ubuntu Code Example
install nltk Code Example install nltk Code Example
install paho mqtt client raspberry pi Code Example install paho mqtt client raspberry pi Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10