SMB Handling
Open
- Dominant language
- PowerShell
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently SMB is handled differently depending on how the URI is written. A *proper* URI of `smb:////` can't be handled at all - A plugin should be developed. The common "URI" that Windows uses for SMB though ("\\\\") is viewed by the `[URI]` class as a `file` scheme. This may validate properly on Windows where it is viewed as a file, but this doesn't validate on *NIX. I don't believe much can be done to fix this, but it should be noted.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.