-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-SFTPChildItem does not list files on linux if path uses windows-like (\) delimiters #599
Comments
what server are you using that uses backslashes as path separators? |
Can you test this function to see if it will work? dont have a target where I can at the moment
|
No, target machine uses normal linux-like path separators (/), command is executed from windows 11 targeting regular ubuntu server.
Not trying to state this is a bug in new version, only saying such trick worked in v3.2.3 and dont work anymore in v3.2.4. |
This one works, returning file list. |
Probably a bug: In v3.2.4, Get-SFTPChildItem no longer lists files in a directory if path is written like (note path separators):
In v3.2.3, Get-SFTPChildItem would return file list.
The text was updated successfully, but these errors were encountered: