SshDirPublisher
Publish an entire directory to a fresh remote directory using SSH.
# File lib/rake/contrib/publisher.rb, line 50 def upload run %{ssh #{@host} rm -rf #{@remote_dir}} rescue nil run %{ssh #{@host} mkdir #{@remote_dir}} super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.