Filter Directory Listing

Hi, i'm using sfFTPLib, and i'm currently on trial.

i'm currently having problems to recurse the entire list of files and folders (with full path qualifications) with the library. and also, is it possible to use a search pattern to recurse and get a list of files too?

thank you in advance. if you can give some psuedo code or idea that would be much appreciated.

Hello...

You can find some samples which recursively download/upload files in the Samples\Scripts\ folder.
For example: DownloadDirectory.wsf

You have to implement the "pattern" search by yourself. Just compare the file/folder name with your pattern in the directory enumeration function.

Regards,
-Mat