pachadotdev / analogsea

Digital Ocean R client
https://pacha.dev/analogsea/
Apache License 2.0
154 stars 24 forks source link

Extract out common scp() and ssh() functions #6

Closed hadley closed 10 years ago

hadley commented 10 years ago

Would also be nice to give error message if those commands aren't available (e.g. Sys.which("ssh") == "")

sckott commented 10 years ago

Right, good point, will add error handling for this

sckott commented 10 years ago