Easy Tutorial
❮ Func Misc Uniqid Php Form Required ❯

PHP ftp_pasv() Function



Definition and Usage

The ftp_pasv() function sets passive mode to either on or off.

In passive mode, the data connection is initiated by the client, not the server. This is useful when the client is behind a firewall.

Syntax

Parameter Description
ftp_connection Required. Specifies the FTP connection to use.
mode Required. Specifies the mode. TRUE = Passive mode on<br> FALSE = Passive mode off

Example


❮ Func Misc Uniqid Php Form Required ❯