SecureBlackbox 2020 iOS Edition

Questions / Feedback?

connect (method)

Connects to the FTP server.

Syntax

- (void)connect:(NSString*)address :(int)port;
public func connect(_ address: String, _ port: Int32) throws -> Void

Remarks

Call this method to connect to the FTP server residing at Address:Port.

The component will connect to the server using the connection settings provided. If the connection is successful, it will also authenticate using the provided Username and Password.

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