Running into an issue with the SFTP Task which I believe I have narrowed down to variable usage in the Remote file filter Include file mask. I have a Job Variable for the file mask which is set to *. When the variable is specified on the SFTP task ({JOB(Active,Variable,RequestFileMask)}), the Task fails, indicating there are no files for download. If I replace it with a direct value (*), the Task works.
This worked under 7.0.8 and began failing today with an upgrade to 7.1.0.
Note: I can successfully use a variable for the Folder ({JOB(Active,Variable,DirFtpSource)}) as well as the Download Destination folder ({JOB(Active,Variable,DirLocal)}).
Edited by moderator
2014-01-29T17:37:24Z
|
Reason: Not specified