Please check this tutorial:
and for the official documentation about using FTP Task in SSIS, you can check this:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want SSIS script task where we can login into mainframe using ftp command and then download it using get command. I have ServerName, UserName, Password, FileName.
Currently I use command prompt to download the file with commands:
Or a .bat file script also work where we run that bat file and file could be downloaded automatically.
Please check this tutorial:
and for the official documentation about using FTP Task in SSIS, you can check this:
Hi @Gaurav Singh,
You may use FTP Task in SSIS to achieve this. And then you may schedule the package to be automatically.
Check: SSIS - How to Use FTP Task [Download File from FTP Site]
If you want to use script task, take a look at the examples here.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.