Ocean West Posted April 13, 2001 Posted April 13, 2001 Ok I have the following script and it works fine if I am connecting via AppleTalk but what do I do if i want to connect via TCP/IP? code: tell application "Finder" copy (computer name) to cname mount volume "File Server" on server "ASIP server" as user name cname with password "password" end tell
BobWeaver Posted April 17, 2001 Posted April 17, 2001 I haven't tried this but I believe the syntax is Mount volume "afp://userid :[email protected]/volumename" or Mount volume "afp://userid :[email protected]/volumename" [ April 17, 2001: Message edited by: BobWeaver ]
Recommended Posts
This topic is 8619 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now