Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Copy a Local File to a Remote System with the scp Command

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

Copy a Remote File to a Local System using the scp Command

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

scp copy a remote folder

$ scp -r user@ssh.example.com:/path/to/remote/source /path/to/local/destination
Comment

SCP copy a directory from a local to remote system

scp -r /local/directory remote_username@10.10.0.2:/remote/directory
Comment

Copy a Local File to a Remote System with the scp Command

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

Copy a Remote File to a Local System using the scp Command

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

scp copy a remote folder

$ scp -r user@ssh.example.com:/path/to/remote/source /path/to/local/destination
Comment

SCP copy a directory from a local to remote system

scp -r /local/directory remote_username@10.10.0.2:/remote/directory
Comment

PREVIOUS NEXT
Code Example
Shell :: find command path 
Shell :: bash command to move all files to a dir 
Shell :: Error: serverless-domain-manager: Plugin configuration is missing. 
Shell :: how to install npm packages 
Shell :: create repo with name 
Shell :: fake commit date 
Shell :: print batch 
Shell :: hadoop delete directory without url 
Shell :: pytest debug tests 
Shell :: realtek 
Shell :: bash string ends with 
Shell :: spaceship theme zsh 
Shell :: aws secrets manager get password 
Shell :: close adb server 
Shell :: install apk as system app with adb 
Shell :: linux create directory 
Shell :: git clone 
Shell :: interact with docker container shell 
Shell :: linux get part of string 
Shell :: linux mint 
Shell :: keycloak docker disable https 
Shell :: how to install emmet atom 
Shell :: btop++ on ubuntu 
Shell :: vue import yaml 
Shell :: terminal archive files 
Shell :: ionic splash screen dimensions 
Shell :: stash with name 
Shell :: what is sudo in linux 
Shell :: compare files linux 
Shell :: how to sudo pip permission denied 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =