Hi everyone,
Please can someone point me in the right direction.
I’m trying to mount a share with Guest access however when the network dialog pops up it’s still asking for authentication? I’ve tried a few variations on a theme but as yet i haven’t cracked it.
I’ve tried spaces instead of ‘%20’ but still the same.
Here’s the code I’ve been using:
tell application "Finder"
try
mount volume "smb://;AUTH=No%20User%20Authent@ip-address/server-volume"
end try
end tell
Thanks in advance,
Nick