Releases
v3.2.2
fix Invoke-SSHStreamShellCommand
Invoke-SSHStreamShellCommand was not waiting for the prompt to display all output.
Improved the regex for prompts ending in $ and #
Added timeout parameter
Get-SFTPChildItem improvements
Wildcard support for Path parameter.
Avoid Socket files for recursive lists.
Name parameter with wildcard support for filtering on files and directories.
Improvements on Get-SFTPItem
Make it more resilient when linked files, namedpipes, block devices are in a folder being downloaded.
Fix issue when downloading a directory it would create the full path if given at the destination.
Improvement on move-sftpItem
Adds support for deleteing and then moving a file with the use of the -force parameter in move-sftpItem to address feature request #553
Addresses issue reported in #554 changed to write-error to populate the $error array with the proper info with remove-sftpitem.
Addresses feature request #587 where for files there is a property for the file extension
This addresses feature request #589
You can’t perform that action at this time.