Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to copy one local machine to server through ssh

$ scp myfile.txt remoteuser@remoteserver:/remote/folder/
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 :: how to remove a file from staging area in git 
Shell :: sudo apt-get dbeaver 
Shell :: Finding path to some ruby versions 
Shell :: switch user in windows 10 
Shell :: skip husky 
Shell :: create gitignore files 
Shell :: bash split variable by delimiter 
Shell :: echo ros path 
Shell :: linux source command vs dot 
Shell :: relaunch doc macos 
Shell :: git create a new repository 
Shell :: git remove added file to commint 
Shell :: shell sort algorithm complexity 
Shell :: intel hd 4000 ubuntu driver 
Shell :: install sublime text on ubuntu 20.04 
Shell :: how to install android studio in ubuntu 
Shell :: how to enable mod_headers in apache ubuntu 
Shell :: mac compress tar.gz pc 
Shell :: what is the ssh credentials for minikube 
Shell :: cordova-ios latest version 
Shell :: kubeadm get discovery-token-ca-cert-hash command openssl 
Shell :: jupyter digits 
Shell :: should mocha and chai be npm installed as dependencies or dev dependencies 
Shell :: uninstalling docker-compose 
Shell :: how to log into a remote linux server 
Shell :: move command in ubuntu 
Shell :: unprotected private key file 
Shell :: create cron job from command line 
Shell :: ubuntu 18 does not connect to bluetooth earphones 
Shell :: linux add alias 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =