Method: Harrison::Base#upload

Defined in:
lib/harrison/base.rb

#upload(local_path, remote_path) ⇒ Object



84
85
86
# File 'lib/harrison/base.rb', line 84

def upload(local_path, remote_path)
  ssh.upload(local_path, remote_path)
end