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

Gibt bei Erfolg TRUE zurück , im Fehlerfall FALSE .

Beispiel 1 . ftp_nb_get( ) example




Beispiel 2 .




Beispiel 3 .