I am trying to ftp with php code.  The code works, but the file is truncated for some 
reason.

The only thing that I could think of would be directive in the php.ini file, but these 
seem to be ok:

max_execution_time = 60 > the files / script process quickly, so this doesn't seem to 
be the problem

upload_max_filesize = 32M > the files are not anywhere close to this max size

Can anyone think what might be causing my problem.

You can see the sample files at: www.financialnewsusa.com/xml/35.xml and 
www.financialnewsusa.com/xml/35_truncated.xml 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to