copy

fun copy(filePath: String, destPath: String, replace: Boolean): Response<*>

Copies USS file

Return

http response object

Parameters

filePath

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

destPath

path where to copy the file

replace

if true file in the target destination will be overwritten

Throws

error processing request