WinSCP

5.11.0.0

PowerShell Module Wrapper for WinSCP.

Minimum PowerShell version

4.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name WinSCP -RequiredVersion 5.11.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name WinSCP -Version 5.11.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 Thomas J. Malkewitz @dotps1. All rights reserved. Licensed with GNU GENERAL PUBLIC LICENSE.

Package Details

Author(s)

  • Thomas J. Malkewitz @dotps1

Tags

Ftp Sftp WinSCP

Functions

ConvertTo-WinSCPEscapedString Get-WinSCPChildItem Get-WinSCPItem Get-WinSCPItemChecksum Get-WinSCPSession Get-WinSCPSshHostKeyFingerprint Invoke-WinSCPCommand Move-WinSCPItem New-WinSCPItem New-WinSCPItemPermission New-WinSCPSessionOption New-WinSCPSession New-WinSCPTransferOption New-WinSCPTransferResumeSupport Receive-WinSCPItem Remove-WinSCPItem Remove-WinSCPSession Rename-WinSCPItem Send-WinSCPItem Start-WinSCPConsole Sync-WinSCPPath Test-WinSCPPath

Dependencies

This module has no dependencies.

Release Notes

I have been revisiting this module as of late, add making some major changes, they will be released when the WinSCP Assembly 5.11 is released. Here are some of the key points as of 2017-07-01:

New functions:
Get-WinSCPSession
Get-WinSCPSshHostKeyFingerprint
New-WinSCPSessionOption
New-WinSCPTransferResumeSupport
The New-WinSCPSession has been split into two functions, most of the configurations for the session have been moved to the New-WinSCPSessionOption command. This will mimic the functionality of New-CimSessionOption and New-CimSession.
PS C:\> New-WinSCPSession -SessionOption (New-WinSCPSessionOption -HostName ftp.dotps1.github.io)
The session is not longer auto disposed when passed in the pipeline, handling the session state is now your responsibility.
I am completely overhauling the help, and adding more examples using Sapiens Help Writer.
The New-WinSCPSessionOption defaults to using Anonymous authentication.
And much much more!
Use at your own risk.

FileList

Version History

Version Downloads Last updated
6.3.1.0 45,252 2/25/2024
6.1.2.0 266,144 9/26/2023
6.1.1.0 193,108 6/21/2023
6.1.0.0 45,095 5/23/2023
5.21.8.10 19,050 5/10/2023
5.21.8.9 5,834 5/5/2023
5.21.8.5 6,418 4/26/2023
5.21.7.0 44,282 2/4/2023
5.17.10.0 365,556 2/24/2021
5.17.8.1 21,562 11/11/2020
5.17.7.0 7,134 8/24/2020
5.17.5.3 14,596 5/7/2020
5.17.2.0 8,610 3/30/2020
5.15.9.0 12,346 12/10/2019
5.15.5.0 4,825 10/30/2019
5.15.4.0 4,152 9/27/2019
5.15.3.0 4,484 8/6/2019
5.15.2.0 5,080 6/7/2019
5.15.1.0 21,731 5/9/2019
5.13.9.1 45,740 3/21/2019
5.13.8.0 9,497 3/15/2019
5.13.7.0 132,152 1/14/2019
5.13.6.1 17,743 12/22/2018
5.13.6.0 6,411 12/13/2018
5.13.4.1 6,111 11/9/2018
5.13.4.0 11,871 9/7/2018
5.13.3.0 5,604 6/21/2018
5.13.2.0 2,640 5/14/2018
5.13.1.2 5,988 4/2/2018
5.13.1.1 3,490 3/29/2018
5.13.1.0 172 3/29/2018
5.13.0.26 3,467 3/28/2018
5.13.0.9 3,488 3/26/2018
5.11.2.1 6,666 10/24/2017
5.11.2.0 861 10/12/2017
5.11.1.1 261,396 9/15/2017
5.11.1.0 375 9/11/2017
5.11.0.3 3,488 9/7/2017
5.11.0.1 3,469 9/7/2017
5.11.0.0 (current version) 52 9/6/2017
5.9.6.0 1,346 6/21/2017
5.9.5.6 3,992 5/12/2017
5.9.5.0 329 4/26/2017
5.9.4.5 4,158 2/23/2017
5.9.3.2 3,779 1/12/2017
5.9.3.1 3,687 12/10/2016
5.9.2.5 4,123 9/14/2016
5.9.1.5 3,729 8/13/2016
5.7.7.15 3,991 5/26/2016
Show less