# File lib/net/sftp/session.rb, line 360
      def setstat(path, attrs, &callback)
        request :setstat, path, attrs, &callback
      end