What would be a recommended choice of SSIS compone

2020-06-17 14:20发布

问题:

Sometimes normal FTP doesn't quite cut it... When you need to do secure FTP via SSIS packages, which 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:

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



回答2:

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



回答3:

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



回答4:

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



回答5:

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



回答6:

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.