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 
:: cmake install 
Shell :: check vm ram details in linux 
Shell :: sudo doesnt work on windows 
::  
Shell :: [Errno 13] Permission denied: ubuntu 
::  
Shell :: install rasa 
Shell :: bash while loop 
::  
Shell :: docker pack image to file 
:: debian backports 
Shell ::  
Shell :: screen quit session 
Shell :: mongodb installation on mac 
Shell :: pulseaudio check if runnings 
Shell :: show commit differences between branches git 
Shell :: push to git with token 
Shell :: react native map install npm 
:: linux change azert 
Shell :: debian search entire system for file 
Shell :: bash echo multiline 
Shell :: ubuntu use pip as pip3 
Shell :: Command for installing Brave browser 
Shell :: giving permission to folder in ubuntu 
Shell :: how to install discord on linux 
Shell :: how to read input in bash 
Shell :: make shortcut folder in htdocs 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =