Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

using scp

scp remote_username@10.10.0.2:/remote/file.txt /local/directory
Comment

scp use

sudo scp -i "key.pem" file.txt ubuntu@10.10.0.2:myfolder/
Comment

how to scp

# to move directories
scp -r sourceDirName username@server:destDirName
Comment

PREVIOUS NEXT
Code Example
Shell :: create github repository from git bash 
Shell :: docker-compose mongodb replica - init replica 
Shell :: cat example 
Shell :: windows powershell create new file 
Shell :: how to uninstall django 
Shell :: how to update git password in windows 
Shell :: phoenix liveview setup 
Shell :: gitignore specific file 
Shell :: Install All Nerd Fonts 
Shell :: how to control fan speed of ubuntu laptop 
Shell :: git basics 
Shell :: git squash command 
Shell :: scp command from local to remote 
Shell :: docker compose commands 
Shell :: manual of command 
Shell :: add user linux 
Shell :: linux run multipel comands in one line 
Shell :: mountebank docker quick start 
Shell :: how to make my PS1 in linux the pwd 
Shell :: ssh delete folders older than one year 
Shell :: ansible ssh on different port 
Shell :: count symlink dir bash 
Shell :: ffmpeg scale but keep aspect ratio 
Shell :: top show specific pid 
Shell :: No project found at or above and neither was a --path specified 
Shell :: wickrme for ubuntu 
Shell :: find directories not contain specific file 
Shell :: how to show lines on cat command 
Shell :: how many ppi is 4k 
Shell :: programming scares me 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =