Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to copy directory to a ssh server

# Copy from machine a to b
scp -r /path/to/directory user@ipaddress:/path/to/destination

# Copy from machine b to a
scp -r user@ipaddress:/path/to/destination /path/to/directory
Comment

copy folder from ssh server to local

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

PREVIOUS NEXT
Code Example
Shell :: ubuntu screenshot tool 
Shell :: how to check version of web3 
Shell :: bash htop 
Shell :: install pylatex with dependency 
Shell :: github actions sequential jobs 
Shell :: how to install heroku on ubuntu 
Shell :: foreach powershell 
Shell :: lets encrypt nginx 
Shell :: connect your phone as emulator 
Shell :: install nodejs with pacman 
Shell :: react material-ui install error on react 18 
Shell :: install mariadb amazon linux 2 
Shell :: ls all subdirectories 
Shell :: kubernetes get inside pod 
Shell :: git log show branch of commit 
Shell :: linux compress pdf 
Shell :: undo last commit git 
Shell :: how to delete a non empty directory in linux 
Shell :: how to install kvm on Ubuntu 22.04 
Shell :: reduce file size of mp4 using ffmpeg 
Shell :: venv deactivate 
Shell :: Failed to start The Apache HTTP Server. 
Shell :: bash cd or make dir if not exists 
Shell :: npm install composition apiu 
Shell :: kill port linus 
Shell :: ubuntu sources.list path 
Shell :: my apache is not running ubuntu 
Shell :: install alacritty ubuntu 
Shell :: install rbenv 
Shell :: failed to open stream: Permission denied in path on mac 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =