Saturday, 9 May 2015

Download single file from FTP in SQL Server - SSIS by serverku

Here I am sharing the same thing, but it will be using SSIS instead of tsql script. Here I just want to show you a demo to download single file from an FTP. So let us move to the current post and follow the steps for same,

1. Here you can see the files from FTP, among them we will download one file.


2. Drag and drop FTP Task as shown in screen.


3. Choose new FTP connection option for to connect FTP and apply FTP configuration as shown below.


4. Here we want to download files, so we need to go ahead with 'Receive' operation.


5. Configure Local Folder for file to be downloaded.


6. From Remote Path option, select one of the file from FTP which is going to be received in local folder which we have configured in the previous step.


7. Finally, execute the created ssis package and you will see the file received in the local folder.


Hope you enjoyed this post. Stay tuned for more posts. Stay tuned for more!

No comments:

Post a Comment

Please Use Good Leanguage