Publish an entire directory to an existing remote directory using SSH.
Methods
Included Modules
Class Public methods
new(host, remote_dir, local_dir)
Link
Source: show
# File lib/rake/contrib/sshpublisher.rb, line 11 def initialize(host, remote_dir, local_dir) @host = host @remote_dir = remote_dir @local_dir = local_dir end
Instance Public methods