ftp_nb_get

ftp_nb_get -- Retrieves a file from the FTP server and writes it to a local file (non-blocking)

Description

bool ftp_nb_get ( resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos])

Cette fonction retourne TRUE en cas de succès , FALSE en cas d ' échec .

Exemple 1 . ftp_nb_get( ) example




Exemple 2 .




Exemple 3 .