Re: [PHP] FTP'ing with function

2002-11-25 Thread Matt Vos
truncate, as some value may look like an EOL/EOF char. Matt - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 3:46 PM Subject: [PHP] FTP'ing with function > I am trying to ftp with php code. The code works, but the file i

[PHP] FTP'ing with function

2002-11-25 Thread poliva
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 probl