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

Kevin Fairchild picture Kevin Fairchild · Sep 30, 2008 · Viewed 15.3k times · Source

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

Answer

Martin Prikryl picture Martin Prikryl · Apr 2, 2009

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