ftp_pasv

(PHP 3>= 3.0.13, PHP 4 >= 4.0.0)

ftp_pasv -- Turns passive mode on or off.

Description

int ftp_pasv (int ftp_stream, int pasv)

ftp_pasv() turns on passive mode if the pasv parameter is TRUE (it turns off passive mode if pasv is FALSE.) In passive mode, data connections are initiated by the client, rather than by the server.

Returns TRUE on success, FALSE on error.