Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

scp copy hidden files

scp -rp src/. user@server:dest/

//That should absolutely match hidden files. The / at the end of the source says "every file under this directory". Nevertheless, testing and research bear you out. This is stupid behavior.
//The "answer" is to append a dot to the end of the source:
Comment

PREVIOUS NEXT
Code Example
Shell :: bash script bell ping 
Shell :: Remove any previous Go installation 
Shell :: updating package manager cause missing reference unity 
Shell :: ring get the input from the user using the give command 
Shell :: commit to wrong branch git solution 
Shell :: what is set in ubuntu 
Shell :: git checkout stack 
Shell :: install brave browser for kali linux 
Shell :: linux commans find only file name 
Shell :: air is not a command 
Shell :: uvicorn post unsupported upgrade request 
Shell :: new branch contains old commit 
Shell :: bash base62 
Shell :: check latest secret version acess GCP 
Shell :: linux disk usage in human readable format 
Shell :: how to chck if i have bluetooth in lunux machine 
Shell :: how to check the version of glibc in parrot os 
Shell :: awesomewm change keyboard layout debian 
Shell :: lxde autostart 
Shell :: how to check everything inside every folder bash linux 
Shell :: ais data integration sentinel SAR data github 
Shell :: Enable MySQL as a service FreeBSD 
Shell :: docker secrets max lenght 
Shell :: $ git update-index --chmod +x ./scripts/movefile.sh 
Shell :: cscp from remote server to windows subsystem 
Shell :: declare dataset in powershell 
Shell :: android studio comment linux 
Shell :: vscode fedora 
Shell :: ubuntu tar all .log and .txt 
Shell :: monitor log file for string 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =