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])

Retorna TRUE em caso de sucesso ou FALSE em falhas .

Exemplo 1 . ftp_nb_get( ) example




Exemplo 2 .




Exemplo 3 .