Method: JschSFTP::SFTP::Channel#mkdir

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

#mkdir(remote_path) ⇒ Object



23
24
25
# File 'lib/jsch_sftp/sftp/channel.rb', line 23

def mkdir(remote_path)
  channel.mkdir(remote_path)
end