RequestXfer
Jump to navigation
Jump to search
Message Layout
{ RequestXfer Low NotTrusted Zerocoded { XferID Single { ID U64 } { Filename Variable 1 } { FilePath U8 } { DeleteOnCompletion BOOL } { UseBigPackets BOOL } { VFileID LLUUID } { VFileType S16 } } }
Usage and Notes
Used for Xfer Manager transfers
- ID - ID of the transfer
- Filename - Filename of the requested file
- FilePath - Index of the file path of the request file
- DeleteOnCompletion - If true, the file should be deleted on completion of a send (for postcard picture uploads, for instance)
- UseBigPackets - If true, use large packet payloads (7680 bytes)
- VFileID - ID of the file in the VFS, assuming this is a VFile transfer
- VFileType - Type of file that's being transfered (texture, sound, animation, etc...)