![show/hide quicksearch [+]](../images/find.png)
Publish a list of files to an existing remote directory.
Creates an SSH publisher which will scp all files in
local_dir to remote_dir on host.
 
               # File rake/contrib/sshpublisher.rb, line 46
def initialize(host, remote_dir, local_dir, *files)
  @host = host
  @remote_dir = remote_dir
  @local_dir = local_dir
  @files = files
end