January 7, 2009 at 12:12 am
Hi,
I require to do a SFTP through SSIS. I have used WINSCP for this purpose. I have used the command-line utility for WINSCP and am able to upload the file properly. But, I want the path to be uploaded to be a variable one and not a fixed one. Is it possible to pass a user input to the WINSCP command line script? if possible, can anyone please share the script?
January 7, 2009 at 7:17 am
qhjghz (1/7/2009)
Hi,I require to do a SFTP through SSIS. I have used WINSCP for this purpose. I have used the command-line utility for WINSCP and am able to upload the file properly. But, I want the path to be uploaded to be a variable one and not a fixed one. Is it possible to pass a user input to the WINSCP command line script? if possible, can anyone please share the script?
In the Execute Process Task, you have to setup SSIS expression for the process argument. You can setup the expressions by right-clicking on the task and selecting Properties. Scroll-down and find Expressions. Setup expression for your argument there.
You may also consider the SFTP Task. It is commercial, but it is much better integrated with SSIS.
November 19, 2009 at 5:40 pm
October 18, 2013 at 7:35 pm
You can use the open source SSIS SFTP custom task component from this project at CodePlex.com
http://ssisextensions.codeplex.com/
Here is the 2008 R2 version:
http://ssisextensions.codeplex.com/releases/view/101949
Here is the 2012 version:
October 19, 2013 at 5:52 am
Stan Kulp-439977 (10/18/2013)
http://ssisextensions.codeplex.com/
Here is the 2008 R2 version:
http://ssisextensions.codeplex.com/releases/view/101949
Here is the 2012 version:
http://ssisextensions.codeplex.com/releases/view/101332%5B/quote%5D
Let's make this easier for others:
You can use the open source SSIS SFTP custom task component from this project at CodePlex.com
http://ssisextensions.codeplex.com/
Here is the 2008 R2 version:
http://ssisextensions.codeplex.com/releases/view/101949
Here is the 2012 version:
October 21, 2013 at 3:39 pm
[font="Arial"]I adopted a legacy log shipping setup that was sent over sftp using a combination of SSIS, putty, Sqb2mtf, a series of stored procs, and several configuration/logging tables.
It was mostly broken when I inherited it and spent a good amount of time getting it working and performing well considering the vendor and our internal requirements.
Sorry I don't have any code handy, but I can highly recommend Bitvise Tunnelier vs any of the other sftp options I tested. It's easily scripted and about as fast as sftp gets for Windows.
Why not handle the variables in T-sql, powershell,vb , pearl or python?
[/font]
October 1, 2020 at 4:22 pm
hi
do you have a sample code on how to use BitVise with SSIS?
Thanks
October 1, 2020 at 4:29 pm
I haven't touched this subject for years.
I did google this, however.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply