Ryan Hanks wrote: > > I would like to use SCP instead of SFTP, because I have been able to > verify that this works. Is there a way to configure Capistrano to do > this? > Hi Ryan, you can upload the files using scp passing the parameter :via(accepts scp and sftp).
Example: put source, target, :via => :scp Regards! -- Rafa --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
