# Packet 0xD7
PSOGC clients send Packet 0xD7 to the server to request a GBA file be sent to them. The server should then use a series of [0xA6](server-protocol/Packet_0xA6) and [0xA7](server-protocol/Packet_0xA7) packets to send the actual file.
I'm not sure if this packet exists in any other versions, for any other reason, but that's how its used in PSOGC.
## Gamecube Packet Format
| Bytes | Meaning |
| --- | --- |
| 0x00 | Packet Type (0xD7) |
| 0x01 | Flags (0x00) |
| 0x02-0x03 | Packet Size (0x0014) |
| 0x04-0x14 | Filename, padded by zeroes) |