• Thank you John!

    Within my foreach loop I have the FTP Task only, to confirm is this what you mean by data task? All I have in the for loop is the ftP task and just want to make sure I am not missing a step.

    I have also added the breakpoints as you have recommended. This works great. My values are passing correctly. I am now getting the message, " Connection manager "FTP Connection Manager": An error occurred in the requested FTP operation. Detailed error description: The password was not allowed"

    This happens when:

    1.) I try adding these expressions individually "ServerName" and "ServerUserName". I do not see a value for "ServerPassword".

    2.) Also When I try to concatenate the complete string to the ConnectionString: @[User::FTPServer] + ":21." + @[User::FTPUser] + "." + @[User::FTPPwd]