Search code examples
ssisftpsftpftps

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


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


Solution

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