Re: script mounting of remote shared volumes
Re: script mounting of remote shared volumes
- Subject: Re: script mounting of remote shared volumes
- From: Mat <email@hidden>
- Date: Fri, 04 Apr 2003 14:59:37 -0500
I use the 'open location' command to connect to a shared volume on a remote
computer on my internal network
Open location "afp://jim:email@hidden/thevolume"
Syntax is: (without the brackets)
- <Open location>
- <">
- the protocol, in this case <AFP> for apple filing protocol, for standard
apple file sharing
- <://> to pass the connect information
- <username> for authentication. Write the username from the remote computer
you wish to connect to
- <:> to separate username from password
- <password> ... The password !
- <@> to pass the host address. It can be the IP address or the hostname of
the remote computer
- <hostname> if you use the ip address, be sure to have a fixed ip address
for the remote computer because, the IP changes at boot time if its set to
DHCP
- </path to shared volume or folder> if its a volume or a partition, it will
only be </volumeName>
Le 04/04/2003 13:54, + John elemans ; <email@hidden> a icrit :
>
> From: Andrew Murray <email@hidden>
>
> To: email@hidden
>
>
>
> I am trying to construct a script that will be able to automatically
>
> mount a shared network drive.
>
>
>
>
I'm working on this problem, too.
>
>
I think that this is supposed to work;
>
>
mount volume "SharedVolumeName" on server "10.196.1.2" as user name
>
"myUser" with password "mypass"
>
>
But it doesn't. I get -1028 under OS X and -5016 under OS 9.2.
>
>
Does anyone else have any idea?
>
>
Thanks
>
>
je
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.