Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to copy one local machine to server through ssh

$ scp myfile.txt remoteuser@remoteserver:/remote/folder/
Comment

copy file from ssh server to local

scp host_name:file_server path_local
Comment

copy from server to local ssh

# copy from host machine to local
# type that command in your local
scp -P 222 username@azeemlab.com:/home/main.py /home/username/python
Comment

PREVIOUS NEXT
Code Example
Shell :: wsl2 curl localhost 
Shell :: centos monitor network traffic 
Shell :: sudo: yum: command not found 
Shell :: gitlab push to create 
Shell :: github desktop 
Shell :: linux find files older than 15 minutes 
Shell :: How to install cookies react 
Shell :: install ansible 
Shell :: makefile 
Shell :: git config log 
Shell :: how to get all branches from gitlab repository 
Shell :: powershell help 
Shell :: wsl2 
Shell :: ngrok sing up 
Shell :: rm vs rmdir 
Shell :: copy to clipboard over ssh 
Shell :: getcomposer.org download 
Shell :: failed to start high performance web server and reverse proxy 
Shell :: linux extract txz 
Shell :: git flow release 
Shell :: spinkit flutter 
Shell :: yarn install package 
Shell :: zip: command not found bash 
Shell :: github quick reference 
Shell :: openssl generate passwort terminal 
Shell :: vpn server setup 
Shell :: ubuntu install lib32stdc++6 
Shell :: kill nohup task job 
Shell :: list of unix commands 
Shell :: vim-gnome has no installation candidate 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =