Goldenweb.it homepage

ANNUNCI | DIRECTORY | FONTS | ICONE | NEWSGROUPS | TOP25 | WALLPAPERS

English version  

Info Franchising | Tutto per aprire un Franchising
Franchising da 13 anni con marchi e notizie: Info Franchising. Testata Giornalistica. Franchising in Italia ed idee per mettersi in proprio.
Affiliation Software - La chiave per il successo del tuo business
Aumenta il Traffico e le Vendite del tuo Sito! Crea il tuo Programma di Affiliazione

GoldenWeb.it Directory "Premium" Links - Il tuo link qui...



ftp_get

(PHP 3>= 3.0.13, PHP 4 , PHP 5)

ftp_get -- Scarica un file dal server FTP

Descrizione

int ftp_get ( int ftp_stream, string file_in_locale, string file_remoto, int mode)

ftp_get() recupera file_remoto dal server FTP, e lo salva come file_in_locale localmente. La modalità di trasferimento indicata dal parametro mode deve essere specificata come FTP_ASCII oppure FTP_BINARY.

Restituisce TRUE se a buon fine, FALSE in caso di errore.

Vedere anche ftp_fget().