PowerShell

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

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