if (is_array($path)) {
            $_bulk_cmd = [];
            foreach ((array) $path as $_path => $_new_owner) {
                $_path = _class('ssh')->_prepare_path($_path);
                if (substr_count($_path, '/') <= 1) {