Carlos Perez
Carlos Perez
> Set-SFTPItem. Does not work either. I also noticed this issue is for Set-SCPFile, not Set-SFTPFile... sorry for the confusion. I think it would be nice to have this for...
Trying to not merge PRs in to my copy, because I then have to fix any merge issues and deal with something I end up adding and the author the...
Yes, that is expected behavior, in case you have files with those special characters you can also quote the full path with single quotes. I will update the help information...
thats because I have a PS internal function resolve the path to the full path in case someone passes relative paths or mounts a drive using a PSDrive since PS...
```PowerShell ╭─ pwsh ~ 06:12:52 ╰─❯ Get-SFTPChildItem -SessionId 0 -Path "/tmp" FullName : /tmp/this-is-a-test LastAccessTime : 4/17/2023 6:11:06 AM LastWriteTime : 4/17/2023 6:11:39 AM Length...
There is a weird character there between Onyx and Dress that PS does not know how to interpret it
It is a different hash from the other ones, I can see it is longer in one screenshot and a weird question mark in the other.
Identification string is different from the host key. It is part of the RFC but some vendors do not adhere to it in negotiation of the connection. Sadly itnis an...
Can you share what commands with what parameter combination are you running and also the full output so I can try to replicate and figure out why are you getting...
Because a Job is in its own PS Runspace, you would need to load the module in to each Job, make the connection and run the command I believe. >...