diff --git a/functions/ftp.xml b/functions/ftp.xml index 5557b9926f..8d2e47bc10 100644 --- a/functions/ftp.xml +++ b/functions/ftp.xml @@ -45,6 +45,7 @@ ftp_quit($conn_id); ?> + @@ -363,12 +364,15 @@ ftp_quit($conn_id); on the FTP server, as remote_file. The transfer mode specified must be either FTP_ASCII or FTP_BINARY. - - -$upload = ftp_put($conn_id, "$destination_file", "$source_file", FTP_ASCII); - - - + + + + <function>Ftp_put</function> example + +$upload = ftp_put ($conn_id, "$destination_file", "$source_file", FTP_ASCII); + + +