Mounting Xinet Volume via TCP/IP
Mounting Xinet Volume via TCP/IP
- Subject: Mounting Xinet Volume via TCP/IP
- From: Harry Hurt <email@hidden>
- Date: Tue, 23 Jan 2001 21:31:57 -0700
Hello,
I've been following the thread about mounting server volumes but still
haven't been able to figure out how to mount a Xinet FullPress volume via
TCP/IP using a script. (Neither has Xinet tech support.) I'm sure I'm
missing something incredibly stupid and obvious.
I'm trying to mount a volume called "Hi-res" on an OS X server with the IP
address of 10.40.50.100 as user "backup1" and password "whatever". The
AppleShare name of the server is "macs01" .
If I use the script :
tell application "Finder"
mount volume "Hi-res" on server "macs01" as user name "backup1" with
password "whatever"
end tell
It will mount the volume via AppleTalk. But I need to use TCP/IP.
I've been trying many variations on the theme:
tell application "Finder"
mount volume "<afp://backup1:email@hidden/Hi-res>"
end tell
I even tried using Leonard Rosenthol's MountIP OSAX, even though I'm running
OS 9.0.4 and AppleScript 1.4.3
Any clues for the clueless?
Harry Hurt
Albertson's Inc.
email@hidden