|
How do we do a SFTP in SSIS package?I know SSIS supports only ftp and we need to write some script to do a sftp.Is there any simple way ?
(comments are locked)
|
|
You have a few options.. One is tools like CozyRoc, it has its own SFTP task to make things simple. Another is to use WINSCP and shell out using the scripting components it allows you to carry out. Or, just a quick search brough up SSC article I use WinSCP too and its works well for me and easy to script.
Jun 20 '11 at 06:33 AM
DaniSQL
(comments are locked)
|

