I've just released v1.3 of the FTP/SFTP IP.
Post:
http://jmattivi.blogspot.com/2012/09/scorch-ftp-integration-pack-update-v13.html
CodePlex:
https://scorchestrator.codeplex.com/releases/view/94807
****Update****
I've updated the IP to v1.2 to fix an issue w/ the List Folder activity when using Secure = False. Updated build has been posted to codeplex.
https://scorchestrator.codeplex.com/releases/view/89913
I've kicked the tires on the FTP Integration Pack a bit more and have updated the List Folder activity. It will now only output the directory contents rather than displaying the entire verbose output (which is kinda redundant from the results published data).
I've also updated the download to Stable from Beta. Please let me know if any bugs are encountered and/or if there are any feature requests.
Unfortunately, the FTPWebRequest class doesn't support wildcards for Secure = False (FTP). However, the Secure = True method (SFTP) in the IP does support using wildcards such as * or *.txt.
One way to get around the FTP method using wildcards would be to use the List Folder activity to find the files in the folder, parse them, and then pass each into the Download File activity.
For instance, use List Folder to get the files in the Output published data:
07-12-12 08:56AM 0 asdf.txt
07-12-12 08:56AM 0 blah.txt
Parse the Output and pass asdf.txt and blah.txt to the Download File activity.
The Integration Pack can be downloaded from this link below:
https://scorchestrator.codeplex.com/releases/view/89913