I'm working on an app that needs to transfer files to an AFP volume -- ideally, it wouldn't mount the volume on OSX, since it's really unnecessary.
Looking over the AFP protocol stuff, I came across an old Carbon header file "afpDatastream.h". This used to be in the framework "AppleShareClientCore", however it's no longer there (on Leopard anyway).
Assuming this has been deprecated, does anyone know what it was replaced with?
If not, do you know the best way to work with AFP volumes in Objective-C/Carbon transparently (not mounting in OSX)?