On 18 Apr 2008, at 12:52, JanakiRam wrote:
Hi Jens,
Thanks for the reply.
Can you provide some pointers on using FSVolumeMount API or some
CoreServices API.
If no API is available , then how Finder is able to connect to afp
volume
using Connect to Server (Cmd+K). Any pointers on these is greatly
appreciated.
-JanakiRam.
Well the Finder almost certainly uses the aformentioned FSMountVolume
APIs. This is probably a good starting point:
http://developer.apple.com/documentation/Carbon/Reference/File_Manager/Reference/reference.html#/
/apple_ref/c/func/FSMountServerVolumeSync
On Fri, Apr 18, 2008 at 11:53 AM, Jens Alfke <[EMAIL PROTECTED]>
wrote:
On 17 Apr '08, at 1:19 PM, JanakiRam wrote:
Is there any cocoa way to mount a volume silently by passing the
user
name and password.
There is no Objective-C API; you'll have to use either CoreServices
or
POSIX APIs.
I would look at the FSVolumeMount function.
—Jens
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/cocoadev%40mikeabdullah.net
This email sent to [EMAIL PROTECTED]
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]