Results 442 comments of Carlos Perez

Any testing I could do to help get a fox for this?

Not in the near future. It is something I have played with, and it will be a major version since it will be a breaking event.

latest version on Windows ![image](https://github.com/user-attachments/assets/48578a17-b6dd-4fe5-b80a-3047460c3cb2) ![image](https://github.com/user-attachments/assets/264facef-f58e-4557-ab67-7f0f1db905e5) Can you provide more info on the version of PS? if it is the deprecated Windows PowerShell or PowerShell 7, is it on Windows,...

so weird, I even installed it on my mac and I'm not able to replicate, but you have also used other hosts and are able Will build some clean VMs...

clean Windows 11. PS 7 PS 5.1 I know it was an issue in 3.2.2, but still cant replicate in 3.2.3. My only options would be to ask if you...

@sberesinski thanks now I can reproduce. Starting to regret adding support for wildcards in path :( Today is a busy day at work so it will have to wait until...

Can you test this function to see if it behaves on your systems as it should ```PowerShell function Get-SFTPChildItem { [CmdletBinding(DefaultParameterSetName='Index')] param( [Parameter(Mandatory=$true, ParameterSetName = 'Index', ValueFromPipelineByPropertyName=$true, Position=0)] [Alias('Index')] [Int32[]]...

Waiting for feedback on the function I pasted, if none I will post a release tomorrow

pushed 3.2.4 to the gallery with fix

In the $error[0] variable does it provide more info on what assembly is causing the issue?