|
@@ -384,7 +384,7 @@ Server:
|
|
"progress": float
|
|
"progress": float
|
|
}[],
|
|
}[],
|
|
"transfersserverserver": {
|
|
"transfersserverserver": {
|
|
- "upload": bool,
|
|
|
|
|
|
+ "type": string,
|
|
"file": string,
|
|
"file": string,
|
|
"progress": float,
|
|
"progress": float,
|
|
"speed": float,
|
|
"speed": float,
|
|
@@ -392,11 +392,11 @@ Server:
|
|
}[]
|
|
}[]
|
|
}
|
|
}
|
|
```
|
|
```
|
|
-The answer consists of an array of objects, each representing a transfer.
|
|
|
|
-`upload` indicates, wether the transfer is an up- or download.
|
|
|
|
-`file` contains the name of the file being transferred.
|
|
|
|
-`progress` contains the percentage completed.
|
|
|
|
-`speed` contains the speed in bytes per second.
|
|
|
|
|
|
+The answer consists of an array of objects, each representing a transfer. <br />
|
|
|
|
+In case of client-server transfers, `upload` indicates wether the transfer is an up- or download. In case of server-server transfers, `type` indicates wether the file is `upload`ing, `download`ing or `queued` for upload. <br />
|
|
|
|
+`file` contains the name of the file being transferred. <br />
|
|
|
|
+`progress` contains the percentage completed. <br />
|
|
|
|
+`speed` contains the speed in bytes per second. <br />
|
|
`method` contains the covert channel method being used.
|
|
`method` contains the covert channel method being used.
|
|
|
|
|
|
### 2.10 Queue command
|
|
### 2.10 Queue command
|