SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

connect Method

Connects to the FTP server.

Syntax

def connect(address: str, port: int) -> None: ...

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 Lite 2020 Python Edition - Version 20.0 [Build 8166]