KSC Open API
Kaspersky Security Center API description
|
Asynchronously runs an executable file previously uploaded to the host using GetUrlToUploadFileToHost. The uploaded file should be a zip archive with the executable file and, maybe, other files and folders. The archive should be in the utility folder.
archive.zip utility executable.exe [other_files]
Call: strRequestId = ExecuteFileAsync; pResParams = CheckActionState(strRequestId); strResFilename = pResParams.Get("LastActionResult"); strResUrl = GetUrlToDownloadFileFromHost(strResFilename); Download the file content using strResUrl.
|