Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

scp send folder

# Copy a file from remote to local
scp login@example.com:/path/to/file.txt/ /path/to/destination/directory/ 
# Copy a file from local to remote
scp /path/to/file.txt login@example.com:/path/to/destination/

# Copy a folder from remote to local
scp -r login@example.com:/path/to/source/folder /path/to/destination/directory/
# Copy a folder from local to remote
scp -r /path/to/source/folder login@example.com:/path/to/destination/directory/
Comment

PREVIOUS NEXT
Code Example
Shell :: github merge branch to master 
Shell :: linux list zip contents 
Shell :: gatsby install 
Shell :: bash delete files older than 
Shell :: git commit to previous commit 
Shell :: install node on linux 
Shell :: git ftp init slow 
Shell :: exception: unable to run "adb", check your android sdk installation and android_sdk_root environment variable: 
Shell :: stop running pre-commit hook: lint-staged 
Shell :: ssh into rpi 0 
Shell :: Connected local Jupyter notebook server to Google Collab 
Shell :: installing appwrite on docker 
Shell :: flutter Error when communicating with the Firebase Installations server API. HTTP response 
Shell :: fatal: unable to access error setting certificate verify locations ca-bundle.crt CApath: none 
Shell :: Basic listing in linux 
Shell :: Undo commit and unstage all files 
Shell :: Command used to show the content stored inside a file in linux 
Shell :: Elden Bash Install Script 
Shell :: delete fg linux 
Shell :: ros2 galactic 
Shell :: how to use firework command in the linux ternimal 
Shell :: chmod by group user others 
Shell :: how to create a soft link in bash 
Shell :: Check servers availability using bash script 
Shell :: vim mass replace pattern across multiple files 
Shell :: connect as super user 
Shell :: git init create new version-controlled projects 
Shell :: antlr example java 
Shell :: installing auto complete oh-my-posh PS 
Shell :: rust cargo build on change 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =