Maintenance of Ruby 2.0.0 will end on February 24, 2016. Read more
Object
Publish an entire directory to an existing remote directory using SSH.
# File rake/contrib/sshpublisher.rb, line 11 def initialize(host, remote_dir, local_dir) @host = host @remote_dir = remote_dir @local_dir = local_dir end
# File rake/contrib/sshpublisher.rb, line 17 def upload sh %Q{scp -rq #{@local_dir}/* #{@host}:#{@remote_dir}} end
This page was generated for Ruby 2.0.0
Ruby-doc.org is a service of James Britt and Neurogami, an application development company in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.33.0.