List of Wildcard Options?

Core FTP client questions and answers
Post Reply
BVH
Posts: 3
Joined: Mon Sep 22, 2008 4:49 pm

List of Wildcard Options?

Post by BVH »

I've tried searching through the forums and documentation, but haven't been able to find this yet. Is there a list of wildcard characters that are supported in CoreFTP?

A client that I'm working with has some pretty complex search strings in their current FTP tool, and I'm hoping I can sell them on converting to CoreFTP.

Specific things I'm looking for:
1. A "NOT" wildcard, i.e. "!*.jpg" would return everything in the directory that's not a .jpg file.
2. An "OR" character, i.e. "*.txt OR *.doc" would return all files with a .txt or .doc extension. I realize that I could make multiple calls to get around this, but we'd prefer not to do that because of the overhead of opening up multiple connections.

Thanks!
Post Reply