SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

TransferType Property

Sets the file transfer mode.

Syntax

public var transferType: FtpclientTransferTypes

public enum class FtpclientTransferTypes(val value: Int) {
cttText(0),
cttBinary(1);
}

Default Value

1

Remarks

Use this property to switch between binary and text transfer modes.

cttText0
cttBinary1

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Kotlin Edition - Version 20.0 [Build 8063]