Hello,
I am trying to figure out if it is possible to mount a volume on a remote computer that has a dynamic ip. I have a .mac account and am able to mount it from the finder using the Back To My Mac feature, but I haven’t been able to figure out how to do it with AS. I know Back To My Mac uses afp over tcp, bu everything I’ve tried just gets me an error saying the server does not exist or is offline.
Here’s what i have been trying.
tell application “Finder”
try
(mount volume “My_computer” on server “IntelLaptop.local”)
mount volume “My_computer” on server “afp://IntelLaptop._afpovertcp._tcp.myname.members.mac.com/”
end try
end tell
any suggestions?
Thanks
Darron