Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

copy file from server to local

scp -Pportnumber username@ipaddress:pathtofile localsystempath 
# Make sure port's P is in Capital
scp -P2233 sadananad@ipaddress:/home/demo/public_html/myproject.tar.gz .
Comment

PREVIOUS NEXT
Code Example
Shell :: windows terminal background image 
Shell :: how to download virtualbox on kali linux 
Shell :: awk define string as delimiter 
Shell :: change branch git 
Shell :: add remote github 
Shell :: centos monitor network traffic 
Shell :: git push to create 
Shell :: ssh list port forwards 
Shell :: make zip file command 
Shell :: install ansible 
Shell :: makefile linux 
Shell :: git clean local branches 
Shell :: git basic commands 
Shell :: linux ip route add 
Shell :: docker no pg_hba.conf entry for host SSL off 
Shell :: WSL with VPN 
Shell :: git rebase feature branch 
Shell :: install node on fish-shell 
Shell :: bash ls sort by size 
Shell :: github deploy server 
Shell :: url_launcher 
Shell :: command used to install django cms 
Shell :: powershell script run 
Shell :: edit alias terminal 
Shell :: how to kill recycling process linux 
Shell :: ubuntu set deepin terminal as default 
Shell :: how to install bash script on mac terminal 
Shell :: gchange default from dash to bash 
Shell :: python-minimal has no installation candidate 
Shell :: bash grep 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =