This method is deprecated or moved on the latest stable version. The last existing version (v2_1_10) is shown here.
upload()
Upload the local directory to the remote directory.
# File lib/rake/contrib/sshpublisher.rb, line 44 def upload @files.each do |fn| sh %{scp -q #{@local_dir}/#{fn} #{@host}:#{@remote_dir}} end end