I'm trying to use deprec from Windows XP to build and deploy on a remote Ubuntu server, and I'm having difficulty running deprec_setup. It fails at the call to install_mongrel_start_script with a Net::SFTP::Operations::StatusException? (4, "Failure").
The point of failure occurs at
c:/ruby/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/abstract.rb:78 in 'do_status'
from
c:/ruby/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/session.rb:221 in 'do_status'
Looks like it's having a problem doing a put when uploading the contents of the tmp directory.