From: David Masover Date: 2009-11-17T12:28:10+09:00 Subject: Re: Open File Remotely On Monday 16 November 2009 09:06:55 am Homer Najafi wrote: > Thanks All. Finally I've found an easier way to fix this problem. I SSH > to the box and do WGET to get the remote file. I am not sure this is the > best way but it seems working. It's not that far from how Capistrano was originally designed to work, with one problem: You're probably not doing any kind of authentication with that wget, which is probably a Bad Idea. That's why I usually send things via "put" with Capistrano -- you've already got an encrypted, authenticated channel with SSH, why not use it? > I guess I need to learn some > Ruby/Capistrano in meanwhile. Also, don't top-post.