What would be a recommended choice of SSIS component to perform SFTP or FTPS task? [closed]

吃可爱长大的小学妹 提交于 2019-12-12 08:05:04

问题


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.



来源:https://stackoverflow.com/questions/152981/what-would-be-a-recommended-choice-of-ssis-component-to-perform-sftp-or-ftps-tas

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!