class Rake::SshDirPublisher

def upload

def upload
  sh %{scp -rq #{@local_dir}/* #{@host}:#{@remote_dir}}
end