Carlos Perez
Carlos Perez
fingers crossed to see this one added
for Path in Get-SFTPItem has to be the full target path. It will not work with relative paths
so it is either the name of file or folder for the current location the session is in or the full path. ./ or ../ will not work
That may be ASCII color characters. Try it in a terminal that can display them like the terminal app in Windows 11 or the terminal app from the windows store.
Those are ANSI escape codes. Noticed a similar issue with Netmiko and some HP switches. You will need to strip those out, no clue if changing the session encoding would...
Can you provide more info in terms of the systems, encoding ...etc, I'm not able to replicate this problem against a Linux server running OpenSSH ``` ╭─ pwsh ~...
It could be a slow connection. I have fount that the library used works great in local area network but depending on congestion and WAN speed it errors out On...
That is an error that I had not seen before. What is the target for the connection, host key algorithms and configured ciphers?
The command is processing multiple files, each returning s value, so a collection is being returned but you are casting a single value, I would move the casting for datetime...
When it is ready. Right bow started dev on 4.0 this last weekend