Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ssh copy folder from local to remote

scp -r -P xxxx /path/of/your/local/folder username@hostname:/path/to/remote/server/folder
Comment

ssh copy folder from local to remote

scp -ra /path/to/local/storage user@remote.host:/path/to/copy
Comment

copy folder from ssh to local

scp -r user@your.server.example.com:/path/to/foo /
Comment

ssh copy folder from local to remote

scp /path/of/your/local/filename username@hostname:/path/to/remote/server/folder
Comment

ssh copy folder from local to remote

scp username@hostname:/path/of/remote/server/filename /path/to/local/destination/folder
Comment

ssh copy folder from local to remote

scp -P xxxx username@hostname:/path/of/remote/server/filename /path/to/local/destination/folder
Comment

ssh copy folder from local to remote

scp -r /path/of/your/local/folder username@hostname:/path/to/remote/server/folder
Comment

ssh copy folder from local to remote

scp -P xxxx /path/of/your/local/filename username@hostname:/path/to/remote/server/folder
Comment

copy folder from ssh server to local

scp -r username@IP:/path/to/server/source/folder/  .
Comment

PREVIOUS NEXT
Code Example
Shell :: ssh server freebsd 
Shell :: pod install react native failed 
Shell :: install react native ubuntu 
Shell :: ufw deny from ip 
Shell :: add mirror list arch linux 
Shell :: record audio with ffmpeg 
Shell :: linux generate file of size 
Shell :: arch linux logo 
Shell :: powershell create service 
Shell :: remove soup tag 
Shell :: bash get last field in line 
Shell :: how to git pull origin master 
Shell :: download sublime notepad ubuntu 
Shell :: ssh-copy-id example 
Shell :: powershell git 
Shell :: kubernetes on windows 10 
Shell :: grep exclude 
Shell :: list dir by date linux 
Shell :: github create repo 
Shell :: adobe acrobat reader for linux download 
Shell :: fuser install linux 
Shell :: apache2 install ubuntu 20.04 
Shell :: linux wifi connected but no internet 
Shell :: Octave Install Packages Commands 
Shell :: command to change user default shell 
Shell :: How to install php-simple-html-dom-parser 
Shell :: how to upgrader vscodium 
Shell :: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 
Shell :: gcloud shell ssh 
Shell :: how to use xampp localhost 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =