SFTP (Page 2)

Get-SFTPFiles function for PowerShell

  |   Martin Vobr

This is a guest post by Tim Smiths, user of Rebex SFTP, who was so kind to share his real-world experience with using SFTP from PowerShell script. Suppose that we have a few imports that require us getting the latest files from an SFTP server, and we're ...

The pitfalls of comparison charts

  |   Lukas Pokorny

Yesterday, a potential customer asked us about a comparison chart (original version, current version) at one of our competitor's website, which compared Rebex SFTP with Eldos SFTPBlackBox. He was afraid he might need some authentication schemes we don't ...

Using SFTP and FTP/SSL in SSIS package in VS 2012

  |   Vit Zyka

SFTP and FTP/SSL components (included in Rebex File Transfer Pack) were not especially designed to run inside the SSIS (SQL Server Integration Services). However, with little effort component can be used from inside the SSIS "script task". The FTP/SSL ...

Advanced Download and Upload with FTP and SFTP components

  |   Tomas Knopp

In the Basic Download and Upload with FTP and SFTP components blog post, we described how to download multiple files or directories with Rebex FTP and Rebex SFTP*. Today, we are going to explain TraversalMode as an additional option for Download and ...

Basic Download and Upload with FTP and SFTP components

  |   Tomas Knopp

In release R1 2012, we introduced new API for uploading and downloading multiple files. In this blog post, we are going to explain how to use the new Download and Upload methods. The usage is illustrated on the Download method, but the same principles ...

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