What would be a recommended choice of SSIS compone

2020-06-17 14:19发布

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

标签: ssis ftp sftp ftps
6条回答
对你真心纯属浪费
2楼-- · 2020-06-17 14:58

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

查看更多
爱情/是我丢掉的垃圾
3楼-- · 2020-06-17 15:01

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.

查看更多
Evening l夕情丶
4楼-- · 2020-06-17 15:02

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

查看更多
等我变得足够好
5楼-- · 2020-06-17 15:02

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

查看更多
forever°为你锁心
6楼-- · 2020-06-17 15:13

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

查看更多
做自己的国王
7楼-- · 2020-06-17 15:14

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

查看更多
登录 后发表回答