Method: JschSFTP::SFTP::Channel#upload!

Defined in:
lib/jsch_sftp/sftp/channel.rb

#upload!(local_filepath, remote_filepath) ⇒ Object



19
20
21
# File 'lib/jsch_sftp/sftp/channel.rb', line 19

def upload!(local_filepath, remote_filepath)
  channel.put(local_filepath, remote_filepath)
end