23 24 25
# File 'lib/jsch_sftp/sftp/channel.rb', line 23 def mkdir(remote_path) channel.mkdir(remote_path) end