Skip to main content
Home Forums 68kMLA AFP, NTFS and SFM — #1
Post #1 by porter
Source Forum68kMLA
CategoryNetworking
Post DateTue, 13 Jan 2009 - 20:30
Original URLhttps://68kmla.org/bb/threads/afp-ntfs-and-sfm.16210/
Post
I'm updating my binhex and unbinhex tools to work on windows with Services For Macintosh AFP shares.

Resource forks are held as a stream called "AFP_Resource" and the various other information including the finder info is in "AFP_AfpInfo".

Doing the binhex is not problem because when I read the AFP_AfpInfo my safe guess is the type and creator are at offsets 16 and 20.

But to do the unbinxhex all I know is

(a) it has to be 60 bytes long

( B) it starts with "AFP"

© it has the type and creator at offsets 16 and 20

Other than that I don't know anything else about the contents of AFP_AfpInfo, can any one else shed any light?

mp.ls