Hi, I'm writing because I have some needs for a mirror program. I need to skip the downloading of certain directories in a ftp server.
The is a tree structure and every file is in the 3 languages, I only need 1 languages. So, my idea is to implement regular expresions so I can put some "do not download" rules based on a URL path or name. Would it be too dificult to implement this? I'm thinking of passing an argument to a regex function that returns true or false, and then deside to download the file. Any points to where to look in the code? Many thanks Oliver -- Oliver Schulze L. <[EMAIL PROTECTED]>
