# File lib/net/sftp/protocol/01/base.rb, line 174 def rmdir(path) send_request(FXP_RMDIR, :string, path) end