# File lib/net/sftp/protocol/01/base.rb, line 180
    def realpath(path)
      send_request(FXP_REALPATH, :string, path)
    end