No option for non-recursive ownership and permissions
Currently chOP only supports recursive ownership and permissions for each filesystem object passed to it (if it is a directory). This may be either through commandline arguments/parameters or through the map file.
There is currently no option to only set ownership and permissions non-recursively. This can be especially useful for batch mode using the map file where parent directories may have completely different permissions to sub-directories. For such an example, chOP would unnecessarily process the entire directory tree and then override those access properties with subsequent lines/commands. This can be very time-consuming for directory structures with very large number of objects.