SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Connect Method

Connects to the FTP server.

Object Oriented Interface

public function doConnect($address, $port);

Procedural Interface

secureblackbox_ftpclient_do_connect($res, $address, $port);

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 PHP Edition - Version 20.0 [Build 8154]