Results 442 comments of Carlos Perez

Check the code from the invoke-sshshellstreamcommand function Sent from my iPhone > On Jun 22, 2022, at 5:12 AM, ThomasArtig ***@***.***> wrote: > >  > Hey, > > I'm...

Download the latest version and test again, seems the Nessus team changed the parameters, the fix should fix that problem. Let me know how it goes and sorry for the...

Trying to replicate with Posh-SSH 3.0 against an Ubuntu server and hacve not been able to replicate this.   Can you provide more information on your setup? Sent from Mail for...

Get-SFTPChildItem -SessionId 0 | where {-not $_.name.endswith("..")} | select name Or  Get-SFTPChildItem -SessionId 0 | where {$_.isregularfile} for only files. You can pipe the object to get-member or to format-list...

Sadly the library does not return that error for me to handle in the module. Seems WinSCP is able to receive the error code and raise it.

Should work unless Cisco is doind different. Does an error show up in the Cisco logs? Dont have the gear to replicate

Will take a look, why not use a monitoring solution with syslog?

So that I can test replication properly ehat version of PS and are you using the latest module?

Can you try 3.1.1 of the module? It is using an updated version of renci.ssh that addresses many bugs

In a process using a stream even by recurring [System.GC]::Collect() and dispose of the stream the memory used by it stays. Tried with the command and the ssh.net library straight...