Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

scp all files in directory

scp -r myfoldername root@315.915.237.191:/home/myfoldername
Comment

scp all files in currrent directory

scp -r "${PWD}" ${remote}:${dst_path}
Comment

PREVIOUS NEXT
Code Example
Shell :: new angular project no tests 
Shell :: git remove added file 
Shell :: how to update google chrome in ubuntu 20.04 
Shell :: start ssh macos 
Shell :: npm postgres 
Shell :: Fetch all braches in git 
Shell :: cannot find module json-loader 
Shell :: find npm version 
Shell :: no module named cv2 mac os 
Shell :: forgot password ubuntu wsl 
Shell :: setup git in ubuntu 
Shell :: ubuntu taskbar not showing incons for current applications 
Shell :: searching for a git folder 
Shell :: git add submodule branch 
Shell :: change default shell fedora 
Shell :: how to get remote origin url 
Shell :: clear metro bundler cache 
Shell :: update pip 
Shell :: linux go to home directory 
Shell :: git list all remote branches 
Shell :: how to remove v4l2loopback 
Shell :: install airflow in mac 
Shell :: vs code terminal open file in separate window 
Shell :: aws connect to eks cluster 
Shell :: changing git remote url 
Shell :: virtual host apache2 
Shell :: install clasp 
Shell :: github remote push 
Shell :: put bash script execution output in a file 
Shell :: E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =