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.
Re: Wildcards
Carlos,
if you write about wodFtpDLX then this is wrong forum.
You suggest to create function that would simple perform wildcard-match and return true if it matches? But this isn't related to FTP at all, is it?
BTW, if you use wodFtpDLX then I suggest you look ListParams property, it's not what you need but may help with it.