5 minutes later, a simple file sharing solution ( Ruby ) (debugshell.com) 1 points by geoscripting 15y ago ↗ HN
[–] nbpoole 15y ago ↗ Spawning a service on a random port that lets unauthenticated users write arbitrary files to your system is a very bad idea. ;-)If you have shell access via SSH, why not just use SFTP? Presumably it's configured as well. [–] geoscripting 15y ago ↗ For a quick, one-time job, it works very well, and you don't have to bother configuring SSH/FTP for it :). Of course, one could build a lot on top of DRb, I just wanted to show how easy it would be :)
[–] geoscripting 15y ago ↗ For a quick, one-time job, it works very well, and you don't have to bother configuring SSH/FTP for it :). Of course, one could build a lot on top of DRb, I just wanted to show how easy it would be :)
2 comments
[ 3.3 ms ] story [ 16.2 ms ] threadIf you have shell access via SSH, why not just use SFTP? Presumably it's configured as well.