Mount volume, slash problem
Mount volume, slash problem
- Subject: Mount volume, slash problem
- From: "Håvard, Inkognito" <email@hidden>
- Date: Tue, 13 Feb 2001 16:39:54 +0100
I have problems mounting server volumes over TCP/IP if the password
contains a slash. Something like this:
set passw to "pass/word"
set myDisk to "a server vol"
set myName to "my name"
mount volume "afp://" & myName & ":" & passw & "@000.000.000.000/" & myDisk
--> missing parameter, error -1701
It works as long as the password doesn't contain a slash. How can I
escape the slash character?
Havard