# File lib/net/sftp/protocol/03/base.rb, line 23
    def readlink(path)
      send_request(FXP_READLINK, :string, path)
    end