Answers for "send all files in folder in scp"

0

scp all files in currrent directory

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

Code answers related to "send all files in folder in scp"

Browse Popular Code Answers by Language