SecureBlackbox 2020 macOS Edition

Questions / Feedback?

TransferType Property

Sets the file transfer mode.

Syntax

public var transferType: FtpclientTransferTypes {
get {...}
set {...} }

public enum FtpclientTransferTypes: Int32 { case cttText = 0 case 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 2020 macOS Edition - Version 20.0 [Build 8166]