RE: Mount volume via IP
RE: Mount volume via IP
- Subject: RE: Mount volume via IP
- From: David Cardwell <email@hidden>
- Date: Fri, 26 Apr 2002 09:47:36 +1000
Yes tried it. It connects to the server but doesn't mount the volume. Even
tried ".cn=username.ou=context.o=tree" with no luck.
-Dave
-----Original Message-----
From: email@hidden [
mailto:email@hidden]
Sent: Thursday, 25 April 2002 4:20 AM
To: email@hidden; email@hidden
Subject: RE: Mount volume via IP
Did you try the ".username.context.tree" section? The script doesn't work
for me either without that part...
-----Original Message-----
From: David Cardwell [
mailto:email@hidden]
Sent: Wednesday, April 24, 2002 1:13 AM
To: Applescript-Users (E-mail)
Subject: RE: Mount volume via IP
Yes this worked on OSX to connect to our Netware 6 server.
I could use this
open location "afp://username:password@ip_address"
and it would connect to the server but wouldn't mount the volume. Even with
the @ip_address/volume.
It opens the Network Browser window displaying all the volumes and I can
manually open a volume but I can't script it.
Any idea?
thanks,
-Dave
>
----------
>
From: email@hidden
>
Sent: Saturday, April 20, 2002 12:07 AM
>
To: email@hidden; email@hidden
>
Subject: RE: Mount volume via IP
>
>
This works for me in OS X. The IP address is the IP address of the Novell
>
Server.
>
>
tell application "Finder"
>
activate
>
try
>
open location
>
"afp://.username.context.tree:email@hidden/volumename"
>
end try
>
end tell
>
>
If you're an Admin you can leave out the context...
>
>
Ron Bishop
>
Macintosh Systems Administrator
>
>
The Kansas City Star
>
1729 Grand Blvd.
>
Kansas City, MO 64108
>
816/234-4943
>
>
-----Original Message-----
>
From: David Cardwell [mailto:email@hidden]
>
Sent: Thursday, April 18, 2002 8:02 PM
>
To: 'Applescript-Users (email@hidden)'
>
Subject: Mount volume via IP
>
>
Does anyone know how to mount a volume on a Netware 6 server running
>
Native
>
File Access?
>
>
Thanks,
>
-Dave
>
_______________________________________________
>
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.
_______________________________________________
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.