FTP (Page 2)

HOWTO: Registering SFTP and FTP/SSL for use in SSIS package

  |   Martin Vobr

 If using SQL Server 2012 Data Tools for Visual Studio 2012, use an updated version of this blogpost.  The SFTP and FTP/SSL component included in File Transfer Pack was not especially designed to run inside the SSIS (SQL Server Integration Services). ...

HOWTO: Using FTP or SFTP in PowerShell

  |   Lukas Matyska

PowerShell - a powerful new scripting language and command shell from Microsoft - has many built-in commands. However, it lacks support for transferring files over FTP, FTP/SSL or SFTP. Luckily, PowerShell is based on .NET and can invoke methods of .NET ...