Answers for "linux scp all files in directory"

0

scp all files in currrent directory

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

Code answers related to "linux scp all files in directory"

Browse Popular Code Answers by Language