SETP IN SSIS 2008
Hi,
I wanted to SFTP IN SSIS 2008.
How can I do that, please provide your valuable input on this.
I do not aware about any scripting language, so if you guys has done that through script.
Please share me the script supports to C#.
Thanks Sandeep Vaishya
April 5th, 2011 2:35am
use WinSCP:
http://winscp.net/eng/docs/guide_ssishttp://www.rad.pasfu.com
Free Windows Admin Tool Kit Click here and download it now
April 5th, 2011 2:46am
go through the post for multiple options for implement SFTP in SSIS
http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/00043b62-d243-427a-8118-3b40e9281050/Cheers, Shailesh
April 5th, 2011 2:54am
And there are also some third party components for sftp:
http://www.cozyroc.com/ssis/sftp-task
http://www.nsoftware.com/ssis/tasks/sftp.aspx
And an open source component for sftp:
http://ssissftp.codeplex.com/
Or you can write your own Script Task code and use C# or VB.net to to some sftp for you:
http://www.xoowiki.com/Article/SQL-Server/ssis-acces-sftp-475.aspx
Please mark the post as answered if it answers your question | My SSIS Blog:
http://microsoft-ssis.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
April 5th, 2011 3:05am
Take a look at
SFTP Task for SSIS in our BizCrypto product.
April 6th, 2011 3:54am
You can download Ultimate SFTP component for .NET and follow the following topic:
http://www.atp-inc.net/how-to-use-the-ultimate-components-in-ssis-package-id_75 that shows how to add the installed DLLs to your your SSIS project and get started. Tutorial blogpost is at
http://www.atp-inc.net/ultimate-sftp.net-tutorial-id_45
Free Windows Admin Tool Kit Click here and download it now
August 6th, 2012 6:19am