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 :: renommer la branche main de git 
Shell :: mv linux command 
Shell :: example bash script 
Shell :: centos 8 gui 
Shell :: laravel github 
Shell :: microsoft team ubuntu 
Shell :: git add an entire folder to commit 
Shell :: chmod 777 meaning 
Shell :: awk use string as field separator 
Shell :: git 3 way merge 
Shell :: dir in file txt 
Shell :: cat example 
Shell :: Create A Shared Folder On Linux With Samba 
Shell :: bash script create file 
Shell :: dir files 
Shell :: curl parallel requests 
Shell :: grep substring 
Shell :: git merging to branch from branch 
Shell :: ls command in terminal 
Shell :: download file github 
Shell :: install opencv anaconda 
Shell :: Create Remote for Contributing to a GitHub project 
Shell :: how to save a specific file in stash 
Shell :: abort current task mac terminal 
Shell :: bash source in lxc 
Shell :: ffmpeg scale but keep aspect ratio 
Shell :: splunk error can not create trial 
Shell :: dont want ot type my passphrase everytime i push 
Shell :: install gearman di linux 
Shell :: solr cloud cluster setup 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =