I have one SSIS package with an FTP task that takes files from FTP and saves to my local drive, but I get this error:
[FTP Task] Error: Directory is not specified in the file connection manager "User::ProcessingFileLocation"
In the settings of the FTP editor:
User::ProcessingFileLocation using the SSIS variable
Values ββon this: \\MYSERVER\\Raw Data\\
Why this error is needed for any solution. When I mention the direct path, it works fine, but has an error with a variable :(
source share