RequestXfer: Difference between revisions
Jump to navigation
Jump to search
Cube Linden (talk | contribs) mNo edit summary |
Cube Linden (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{ProtocolNav}} | {{ProtocolNav}} | ||
==Message Layout== | ==Message Layout== | ||
| Line 19: | Line 18: | ||
</pre> | </pre> | ||
==Usage and Notes== | ==Usage and Notes== | ||
*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...) | |||
[[Category:Messages]] | [[Category:Messages]] | ||
Revision as of 16:14, 2 January 2007
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
- 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...)