-
ftp fetch from directory and it sub directory using regular expression.
We have a requirement to fetch a *_abc.xml pattern file from directory and its sub directory from a ftp server via ftp.
We can hardcode only the main directory but need to search recursively within subfolder for this file.
Please tell the solution.
-
Hi.
I am not 100% sure, but I believe that you can do this using VFS.
Have a look in forum for posts about it.
Another solution is to use a step to launch a batch file which uses cUrl or wget and get files list, then use PDI to process it.
Mick
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules