Answers for "how to copy files to digital ocean droplet using ssh"

0

how to copy files to digital ocean droplet using ssh

scp -r /path/to/my/files [email protected]:/path/on/remote/droplet
Posted by: Guest on August-22-2021

Code answers related to "how to copy files to digital ocean droplet using ssh"

Browse Popular Code Answers by Language