Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

scp folder from server to local

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

scp copy file from server

$ scp user@remote-host:path/to/remote/file.ext path/to/local/file.ext
Comment

how to scp from server to local

scp root@10.240.179.4:/root/Jmeter/reports.jtl Downloads/
Comment

copy from server to local scp

scp username@remote:/file/to/send /where/to/put
Comment

PREVIOUS NEXT
Code Example
Shell :: how to check pyqt version 
Shell :: sudoer sudo no password NOPASSWORD 
Shell :: install netstat windows server 
Shell :: install anaconda 
Shell :: configure static ip address linux 
Shell :: linux source command vs dot 
Shell :: docker get image size before pull acr 
Shell :: reconfigure gitlab 
Shell :: check all running processes linux 
Shell :: string to date in shell script 
Shell :: bash remove trailing whitespace from every line 
Shell :: check if command exists bash 
Shell :: regolith linux 
Shell :: unzip specific folder linux 
Shell :: Install Git server on Windows 
Shell :: git local setup 
Shell :: linux groups 
Shell :: powershell output array as table 
Shell :: pushing code with another github account 
Shell :: comments in bash file 
Shell :: git merge branch to master 
Shell :: rustup uninstall nightly 
Shell :: bash check if command is available 
Shell :: how to log into a remote linux server 
Shell :: bash script cd into script dir 
Shell :: remove git repository from remote 
Shell :: remove directory and contents linux 
Shell :: uncommit local commit 
Shell :: your repository has no remotes configured to push to 
Shell :: homebrew for windows 10 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =