Running SQL Server 2008, in SSIS appending an * to the folder path got all the loose files, but doesn’t move the subdirectories. I could set up a ftp create directory task and a ftp transfer task for each of the subdirectories, but I was looking for a less tedious, more robust, way to handle this. Any suggestions?
Running SQL Server 2008, in SSIS appending an * to the folder path got
Share
I only had three subdirectories so I bit the bullet and just did the 3 creates and moves for their files, seemed less a hassle than adding a new program into the mix. Although I would certainly consider that if I had a bigger job to do.