Answers for "scp all files in directory"

3

scp all files in directory

scp -r myfoldername [email protected]:/home/myfoldername
Posted by: Guest on June-12-2020
0

scp all files in currrent directory

scp -r "${PWD}" ${remote}:${dst_path}
Posted by: Guest on April-25-2021

Code answers related to "scp all files in directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language