Wildcards (General questions)
Hi,
Since FTPDlx does not support wildcards when listing remote directories it would be ver useful to have a method to make wildcard matching. For example:
Bool DoesItMatch(char *filename, char *wildcard_expression)
I know that you can program this function yourself but I found that most of the FTP libraries/components out there support wildcard matching, and I think that this feature is something that FTPDlx should not miss. Most of the FTP clients have to implement wildcard matching.