Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: how to get list of users in ubuntu 
Shell :: linux compress pdf 
Shell :: windows find node path 
Shell :: git how to reset only one file 
Shell :: increment variable bash 
Shell :: git force checkout 
Shell :: ffmpeg overwrite 
Shell :: how to delete a non empty directory in linux 
Shell :: restart computer command linux 
Shell :: npm install directly fron github 
Shell :: make executable bash script 
Shell :: tailwind nodejs 
Shell :: shell script in jenkins pipeline 
Shell :: check disk space linux 
Shell :: git discard changes to one file 
Shell :: github jabba 
Shell :: change ownership of a file linux to user 
Shell :: install font ubuntu 
Shell :: push all branches to remote 
Shell :: pyinstaller failed to execute script pyi_rth_pkgres 
Shell :: windows how to access wsl from explorer 
Shell :: clear metro bundler cache 
Shell :: openssl p12 to pem 
Shell :: git push all tags 
Shell :: see file size linux 
Shell :: docker compose install debian 
Shell :: docker prune -a 
Shell :: how to install pip on linux 
Shell :: how to find a file in linux terminal 
Shell :: docker-compose update code without using build again 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =