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