ZosUssCopy

class ZosUssCopy(var connection: ZOSConnection, var httpClient: OkHttpClient = UnsafeOkHttpClient.unsafeOkHttpClient)

Constructors

Link copied to clipboard
fun ZosUssCopy(connection: ZOSConnection, httpClient: OkHttpClient = UnsafeOkHttpClient.unsafeOkHttpClient)

Functions

Link copied to clipboard
fun copy(filePath: String, destPath: String, replace: Boolean): Response<*>

Copies USS file

Link copied to clipboard
fun copyToDS(filePath: String, dsn: String, replace: Boolean): Response<*>

Copies USS file to sequential dataset

Link copied to clipboard
fun copyToMember(filePath: String, dsn: String, member: String, replace: Boolean): Response<*>

Copies USS file to dataset member

Properties

Link copied to clipboard
Link copied to clipboard
var httpClient: OkHttpClient
Link copied to clipboard
var response: Response<*>? = null