Re: Filter for File Panel Needs Enhancement
Do you mean filtering local or remote directory?
Problem here is that WinSCP has unified syntax for specifying file mask used for many of its features. If you want to filter files out of WinSCP, i.e. either by Windows to filter local files or by server to filter remote files, you are limited by syntax that the other side supports. I can imagine improvement for filtering local files, where I know what Windows do support. So as long as you use subset of filter mask syntax that Windows understands (e..g simple *.txt), I can delegate the filtering to Windows. But this can hardly work for remote files. First, SFTP protocol does not allow filtering at all. FTP protocol does not forbid that, though it does not mention that either. So it does not specify any syntax to do so. I.e. some servers may not support it at all, others have different syntax. What do I do about it?
Problem here is that WinSCP has unified syntax for specifying file mask used for many of its features. If you want to filter files out of WinSCP, i.e. either by Windows to filter local files or by server to filter remote files, you are limited by syntax that the other side supports. I can imagine improvement for filtering local files, where I know what Windows do support. So as long as you use subset of filter mask syntax that Windows understands (e..g simple *.txt), I can delegate the filtering to Windows. But this can hardly work for remote files. First, SFTP protocol does not allow filtering at all. FTP protocol does not forbid that, though it does not mention that either. So it does not specify any syntax to do so. I.e. some servers may not support it at all, others have different syntax. What do I do about it?