RES: ftp_put cannot upload a file.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Tina,
 
Is there any error message in php logs?
 
Can you reproduce manually what you're trying to do with PHP? I mean, connect and put that file.
 
Enable E_ALL in PHP and try again.
 
I'm copying PHP-GENERAL mailing list as this is not related to PHP-INSTALL issues.
 
 
Regards,

Atenciosamente,

www.softpartech.com.br

Thiago Henrique Pojda
Desenvolvimento Web
+55 41 3033-7676
thiago.pojda@xxxxxxxxxxxxxxxxxx
Excelência em Softwares Financeiros



De: Tina [mailto:tina01w@xxxxxxxxxxx]
Enviada em: quinta-feira, 10 de abril de 2008 14:33
Para: php-install@xxxxxxxxxxxxx
Assunto: ftp_put cannot upload a file.

Dear Sir/Madam
 
I have the following code section and it returns else statement.  A firefox web browser 1.0.1 is used on a suse linux 2.6.11.4-20a-smp.  php 5 and apache 2. 
 
---------------------------------------------------
$uploadfile = ftp_put($ftpconnect, $destinationfile, $sourcefile, FTP_BINARY);
if ( $uploadfile ) {
echo "Uploaded file = $sourcefile to server name = $servername as file = $destinationfile.";
} else {
echo "Upload is failed to upload file = $sourcefile to server name = $servername.";
}
---------------------------------------------------
 
Would you let me know what causes this problem?
 
 
Ms (Tina) Thieu Van Hung


Yahoo! for Good helps you make a difference

[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux