2008/2/8 Rafael G. <[EMAIL PROTECTED]>:
> In another thread Jamis recommend:
>
> set :synchronous_connect, true
Thanks Rafael. I found that thread, and tried that, and it didn't
work. However that was proposed as a solution for people with multiple
servers-- I only have one. I also am not using a gateway. Someone also
suggested that the problem has to do with file size, this was not the
case with me, as none of these worked:
puts "about to put one word"
put("hello", '/tmp/tmpfile.txt')
puts "about to put 12k"
put("1"*12105, '/tmp/tmpfile.txt')
puts "about to put more than 12k"
put("1"*12106, '/tmp/tmpfile.txt')
At any rate, Jamis seemed pretty certain that the problem is with
Net::SSH, so I guess we will have to use scp at the shell until then.
Cheers,
John
--
John Joseph Bachir
http://blog.johnjosephbachir.org
http://lyceum.ibiblio.org
http://dissent.cc
http://jjb.cc
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---