SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

transferType (property)

Sets the file transfer mode.

Syntax

@property (nonatomic,readwrite,assign,getter=transferType,setter=setTransferType:) int transferType;
- (int)transferType;
- (void)setTransferType:(int)newTransferType;

/* Possible Values */
CTT_TEXT(0),
CTT_BINARY(1)
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 Lite 2020 iOS Edition - Version 20.0 [Build 8166]