Opened 7 years ago
Closed 7 years ago
#11447 closed Feature request (rejected)
Apply remote directory filters remotely (on read)
Reported by: | Rob Wagner | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | ls read remote filter | Cc: | |
Component version: | 3.29.0 | Operating system type: | Windows |
Operating system version: | 10 |
Description
It appears that file and directory filters placed on the remote directory are applied locally, after all files are read from the remote directory. For the sake of performance with certain operations on large directories, it would be helpful to be able to apply these filters remotely.
To be more precise, it appears that current functionality executes an "ls" command, and then filters the results. It would be nice to have a way of executing a command like "ls filter*" or "ls *filter".
I'd be happy to help with testing this modification. Might even be able to assist with implementation.
The protocols do not support this.