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

Zwraca TRUE w przypadku sukcesu , FALSE w przypadku porażki .

Przykład 1 . ftp_nb_get( ) example




Przykład 2 .




Przykład 3 .