Archive

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

Build 3127: Wildcards in SFTP, better oversized packet support

  |   Lukas Pokorny

Wildcards in SFTP Even though the SFTP protocol does not support using wildcards to filter its directory listings, this feature was requested so often that we simply had to add it to the GetList method and its variants. How do we do it? It's simple - ...

HOWTO: Send mail on behalf of another user

  |   Martin Vobr

Question Many mail agents including Outlook support sending email from one user on behalf of another one. When you reply to such message, the response is sent to the user on whose behalf the message it was sent. One of the usage scenarios is a support ...

Build 2871 released: MODE Z, MODE B, PuTTY private key support

  |   Lukas Pokorny

This build is still not the big release with great new FTP features we announced last time, but it is well worth downloading though - check it out for yourself! FTP - MODE Z and MODE B FTP and FTP/SSL components got MODE Z and MODE B support. At the ...