SendFile

Send a component of a file to a remote machine

Metadata

  • Message Type: TransactionMessage
  • Message Number: 1117

Inherited fields

NameTypeSize (bytes)Description
MessageTypeInteger (unsigned)2The unique identifier of this message.
ClientIdInteger (unsigned)4The unique identifier of a session with the server, returned in a successful LoginReply message.
RequestIdInteger (unsigned)4Within each session each message must be uniquely identified by this field. It must be monotonically increasing for the duration of the session.

Fields

NameTypeSize (bytes)Description
FilePartLengthInteger (signed)4Length of the file part or -1 if this is the file name.
FilePartString1024A file part to be sent as a zero-terminated 1024 byte string.