Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

scp from server to my computer

# for your eyes only

The basic syntax is:
scp username@source:/location/to/file username@destination:/where/to/put

If you are on the computer from which you want to send file to a remote computer:
scp /file/to/send username@remote:/where/to/put

If you are on the computer wanting to receive file from a remote computer:
scp username@remote:/file/to/send /where/to/put

Send files between two remote hosts:
scp username@remote_1:/file/to/send username@remote_2:/where/to/put
Comment

PREVIOUS NEXT
Code Example
Shell :: how to save powershell config 
Shell :: what is sudo in linux 
Shell :: bash if with function call 
Shell :: bash read file 
Shell :: chrome extension to safari extension 
Shell :: precompile bits/stdc++.h 
Shell :: install a package that is not in conda 
Shell :: delete github repository git bash 
Shell :: git stash to checkout master 
Shell :: bash read command examples 
Shell :: jenkinsfile run curl in a function 
Shell :: kubectl kubernetes port forward 
Shell :: pull all remote branch into new local 
Shell :: sed insert multiple lines after match 
Shell :: remove all files named ubuntu 
Shell :: count file linux 
Shell :: Bootable flash from ubuntu terminal 
Shell :: git create new repo from branch 
Shell :: dos dir 
Shell :: github new repo 
Shell :: bash script create file 
Shell :: git push to new branch 
Shell :: how add ssh 
Shell :: bash compare two strings 
Shell :: curl command parameters 
Shell :: remover completamente programa terminal ubuntu 
Shell :: Install/Deploy Sourcegraph with Docker 
Shell :: strg s crashed vim 
Shell :: change or set password interactively in linux 
Shell :: Install Chef Habitat from the Command Line 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =