ftp_nb_put

ftp_nb_put -- Stores a file on the FTP server (non-blocking)

Description

bool ftp_nb_put ( resource ftp_stream, string remote_file, string local_file, int mode [, int startpos])

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

Beispiel 1 . ftp_nb_put( ) example




Beispiel 2 .