Hi,

This error message:
"SCP did not finish successfully"

Comes from this line:
download("#{deploy_to}/backup/*.*", "../backup/", :via => :scp)

However, this line works:
system "scp #{box}:#{deploy_to}/backup/*.* ../backup/"

Is the download method broken, or can you point me to some working examples?


Best regards
Bo Frederiksen

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to 
[email protected] For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to