# File lib/net/sftp/protocol/01/base.rb, line 142
    def fsetstat(handle, attrs)
      send_request(FXP_FSETSTAT, :string, handle, :raw, attribute_factory.new(attrs).to_s)
    end