writeToFileBin

fun writeToFileBin(filePath: String, inputFile: ByteArray): Response<*>

Writes to USS binary file. Creates new if not exist

Return

http response object

Parameters

filePath

path of the file or directory (e.g. u/jiahj/text.txt)

inputFile

file to be written to

Throws

error processing request