diff --git a/functions/ftp.xml b/functions/ftp.xml index 651fe7c7b1..5557b9926f 100644 --- a/functions/ftp.xml +++ b/functions/ftp.xml @@ -104,7 +104,7 @@ ftp_quit($conn_id); Description - int ftp_pwd + string ftp_pwd int ftp_stream @@ -251,7 +251,7 @@ ftp_quit($conn_id); Description - int ftp_systype + string ftp_systype int ftp_stream @@ -363,7 +363,12 @@ 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); + + +