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

Retorna TRUE em caso de sucesso ou FALSE em falhas .

Exemplo 1 . ftp_nb_put( ) example




Exemplo 2 .