smb2fs
smb2fs copied to clipboard
Add an example using the domain parameter
The readme says to add the domain/workgroup with a semicolon as in:
smb://[<domain;][<username>[:<password>]@]<host>[:<port>]/<share>/<path>
Unfortunately the semicolon is treated as an end of line. Putting it in USER doesn't work either as it has the same behaviour. The amigados documentation doesn't mention escaping it beyond putting it in a string (which it already is) and I've drawn a blank working out how to do it. An expert could probably work it out in 5 minutes but I'm alas not one..
An example of the proper syntax using a domain parameter including escape sequence would be extremely helpful.