SecureBlackbox 2020 .NET Edition

Questions / Feedback?

Connect Method

Connects to the FTP server.

Syntax

public void Connect(string address, int port);
Public Sub Connect(ByVal Address As String, ByVal Port As Integer)

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 .NET Edition - Version 20.0 [Build 8165]