tags:

views:

1868

answers:

8

Sometimes normal FTP doesn't quite cut it... When you need to do secure FTP via SSIS packages, what ONE product would you recommend?

Before answering, please see if someone has already suggested the same thing and, if so, vote it up.

NOTE: Ideally, it needs to handle both SSH and SSL FTP connections, but I'd consider two separate components if it makes the most sense....

+1  A: 

A coworker pointed out CozyRoc, but I haven't tried it out yet.

Kevin Fairchild
I used a beta version of the 1.2 library in SQL Server 2005 and it worked well enough. I didn't like that you had to create the task first before creating the connection to the FTP server, but it worked well after that point.
Registered User
+3  A: 

I use Rebex.net File Transfer Pack for SFTP and FTP transfers in .NET.

Mike Dimmick
I'm leaning towards this one. Hadn't heard of it before, but it looks like they have plenty of code samples and examples. It's not strictly for SSIS, but that's actually a selling-point for one of the other developers, since it could be used in other apps as well.
Kevin Fairchild
This worked great in the regular IDE. When I tried it in SSIS Script Task, I was unable to add it as a reference?! Any ideas?
D.S.
We ended up going to with Rebex after trying both it and Secure Blackbox. Rebex seemed the best for our needs.
Kevin Fairchild
D Scott: adding it as a reference is described at http://blog.rebex.net/news/archive/2008/10/03/how-to-register-sftp-and-ftp-ssl-for-use-in-ssis-package.aspx
Martin Vobr
A: 

Secure Blackbox does SSH and is supposed to be good, but no personal experience.

Kilhoffer
I'm looking into this as well, but so far I haven't run across anyone who has actually used it.
Kevin Fairchild
A: 

Hi, our Rebex File Transfer Pack includes both SFTP and FTP/SSL.

I wrote a blogpost about registering the component for use in SSIS package: http://blog.rebex.net/news/archive/2008/10/03/how-to-register-sftp-and-ftp-ssl-for-use-in-ssis-package.aspx.

Martin Vobr
A: 

Check SFTP connection and task for SSIS in SecureBlackbox for Business Servers. FTP/FTPS task is also included into SecureBlackbox for Business Servers.

Eugene Mayevski 'EldoS Corp
+1  A: 

Not actually SSIS component. But you may consider checking guide how to use WinSCP open source SFTP client as task in SSIS.

Martin Prikryl
A: 

Have you tried SSIS Task Factory from Pragmatic Works.... Community Edition is FREE

SSIS Custom Tasks and Components

including SFTP Task (Secure FTP ... FTPS) Compression/Zip Task Upsert Destination (Bulk Update or Insert)

and many more....

They have some really kool components

SSISGuy
SFTP component is NOT free, though.
Even Mien
A: 

edtFTPnet/PRO can also be used for SSIS, and supports FTP, FTPS and SFTP.

Bruce Blackshaw