Up ] Docs Home ]

Format of NetWare "AFP Open File Fork" request packet

Back ] Next ]

Offset Size Description

00h

WORD

(big-endian) length of following data

02h

BYTE

08h (subfunction "AFP Open File Fork")

03h

BYTE

volume number

04h

DWORD

AFP entry ID

08h

BYTE

fork indicator
00h = data fork
01h = resource fork

09h

BYTE

access mode
bit 0 : read
bit 1 : write
bit 2 : deny read access to others
bit 3 : deny write access to others
bit 4 : compatibility mode (should be set)

0Ah

BYTE

path length

0Bh

N BYTEs

AFP-style pathname (relative to AFP entry ID)

See Also:

#02318