Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

scp from local to remote

scp file.txt remote_username@10.10.0.2:/remote/directory/newfilename.txtCopied!
Comment

scp local to remote

scp -i <private_key> ./file.txt remote_username@remote_ip:/remote/directory
Comment

how to scp from remote machine to local machine

scp user1@example.com:/path/to/file /path/to/store/file
scp root@95.217.65.48:/root/test.tar /home/tom/
Comment

PREVIOUS NEXT
Code Example
Shell :: ERROR: Could not build wheels for backports.zoneinfo, which is required to install pyproject.toml-based projects 
Shell :: linux test examples 
Shell :: how to run debian on docker 
Shell :: cmake install 
Shell :: check vm ram details in linux 
Shell :: sudo doesnt work on windows 
Shell :: how to zip my files without ds_store 
Shell :: htaccess deny all but 
Shell :: install virtualenv conda 
Shell :: installing preload in ubuntu 
Shell :: geopandas install windows 
Shell :: how to uninstall program on ubuntu 
Shell :: print colored text bash 
Shell :: create folder zip with cmd in windows 10 
Shell :: -bash: bin/startup.sh: Permission denied 
Shell :: remove all folder except one linux 
Shell :: git ignore except 
Shell :: change regolith terminal 
Shell :: specify origin git 
Shell :: bash switch case 
Shell :: linux time set 
Shell :: kubectl cheat sheet 
Shell :: wp gitignore 
Shell :: installing deb 
Shell :: Push a New Branch To Remote Repository in git command 
Shell :: brave browser download for linux 
Shell :: find recursive linux 
Shell :: Solve Cannot Install Dependency Error for NPM install 
Shell :: how to change permissions for only the root 
Shell :: make shortcut folder in windows 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =