vote up 2 vote down star

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....

flag

7 Answers

vote up 3 vote down check

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

link|flag
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 Sep 30 '08 at 13:39
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 Scott Sep 30 '08 at 20:05
We ended up going to with Rebex after trying both it and Secure Blackbox. Rebex seemed the best for our needs. – Kevin Fairchild Oct 2 '08 at 17:34
D Scott: adding it as a reference is described at blog.rebex.net/news/archive/… – Martin Vobr at Rebex Nov 12 '08 at 1:47
vote up 1 vote down

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

link|flag
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. – InnerJoin Jan 4 at 17:23
vote up 1 vote down

Hi, 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.

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

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

link|flag
I'm looking into this as well, but so far I haven't run across anyone who has actually used it. – Kevin Fairchild Sep 30 '08 at 13:40
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
SFTP component is NOT free, though. – Even Mien Oct 26 at 17:05

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.