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

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

Przykład 1 . ftp_nb_put( ) example




Przykład 2 .