Could you add more documentation about smb devices?
I'm not able access to a windows shares.
Is correct this path?
smb://DOMAIN\user:passw@server/Share ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Could you add more documentation about smb devices?
I'm not able access to a windows shares.
Is correct this path?
smb://DOMAIN\user:passw@server/Share ?
This device is based on the VFS of Apache commons. The following url has a valid syntax:
smb://login:password@myserver:8080/docs/info
Sometimes there are problems with missing trainling slashes, so you can try to add a slash at the end of the url like:
smb://login:password@myserver:8080/docs/info/
Regards
Jens