Lines Matching refs:is
10 SERVICES.TXT sets the connection in sync mode. This mode is a binary mode that
14 After the initial "sync:" command is sent the server must respond with either
19 responses. The first four bytes are an id that specifies the sync request. It is
22 all binary integers are Little-Endian in the sync mode. Sync mode is
48 When a sync response "DONE" is received the listing is done.
51 The remote file name is split into two parts separated by the last
52 comma (","). The first part is the actual path, while the second is a decimal
60 After this the actual file is sent in chunks. Each chunk has the following
63 follows chunk size number of bytes. This is repeated until the file is
66 When the file is transferred a sync request "DONE" is sent, where length is set
73 Retrieves a file from device to a local file. The remote path is the path to
75 received is split up into chunks. The sync response id is "DATA" and length is
76 the chunk size. After follows chunk size number of bytes. This is repeated
77 until the file is transferred. Each chunk will not be larger than 64k.
79 When the file is transferred a sync response "DONE" is retrieved where the