Scenario:
We have a requirement in which we need to run our SSIS Package at the end of the day and It should create a new directory on FTP Site with Date and then upload all the files from Local folder to newly created directory.What we will learn in this video
- How to create an SSIS Package from basics
- How to create Directory with Date on FTP Server
- How to upload files from Load folder to newly created directory with Date
- How to write Expressions on Variable in SSIS Package
- How to use FTP task in SSIS Package
Create Directory with Date on FTP Server and Upload Files to it in SSIS Package