Download the files using FTP Task inside the For Each loop by passing the Variable Enumerator to set the Remote Path Variable
I am loading the list of files to download in a variable.( Verified and I can see the list of files)
Using the ForEach loop container I am receiving the file names using the Variable Enumator and passing it to the FTP Task inside the ForEach loop. (Verified and I can see the filenames one by one)
In the FTP Task when I try to set the remote path variable as the file name from the for each loop it is showing the error FTP task variable does not begin with '/' error
- When I manually set the Remote Path with the "/" + User::fileName during the run time I am getting an error message "Path is not of a legal form"