# File lib/net/sftp/protocol/01/base.rb, line 168 def mkdir(path, attrs) send_request(FXP_MKDIR, :string, path, :raw, attribute_factory.new(attrs).to_s) end