Complete PHP FTP Reference
The ftp_pasv() function sets passive mode on or off.
In passive mode, data connections are initiated by the client, not the server. This is useful if the client is behind a firewall.
| Parameter | Description |
|---|---|
| ftp_connection | Required. Specifies the FTP connection to use |
| mode | Required. Specifies the mode.
|
Complete PHP FTP Reference
Your message has been sent to W3Schools.