Problems with copy() on SunOS
Posted: Tue Sep 02, 2003 7:50 am
Hi
Seems there are some strange behavor.
I simply trying to make
copy ($source, $dest);
It does but only untill the file size do not exceed 4M. If so then it create the file, but cut out all the content above 4 M.
Is it bug or provider trick?
Secondly then I try to make fopen() and fread() large files I got 500
Really it is weird.
Seems there are some strange behavor.
I simply trying to make
copy ($source, $dest);
It does but only untill the file size do not exceed 4M. If so then it create the file, but cut out all the content above 4 M.
Is it bug or provider trick?
Secondly then I try to make fopen() and fread() large files I got 500
Really it is weird.