Re: Mounting AppleShare volumes
Re: Mounting AppleShare volumes
- Subject: Re: Mounting AppleShare volumes
- From: David Feldman <email@hidden>
- Date: Wed, 07 Aug 2002 00:07:44 -0400
Couple questions though:
1. Why is this better than mount_afp?
2. Both this method and mount_afp have the same problem: namely, that they
expect a clear text password. What's the way around this?
On 8/5/02 12:56 PM, "Sean McBride" <email@hidden> wrote:
>
David Feldman (email@hidden) wrote:
>
>
> Anyway, first question: Is there a better way to mount a remote volume via
>
> AppleShare than a system() call to mount_afp?
>
>
One option is AppleScript:
>
>
tell application "Finder"
>
if (list disks) does not contain "Disk" then
>
mount volume "afp://user:email@hidden/Disk/"
>
end if
>
end tell
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.