I`ve faced with strange problem.
When I uploaded files via FTP (using FileZilla as FTP-client) to server with FreeBSD7.3, i see strange things: some (4-5%) of all uploaded files changed their contents to another files.
Ie. i upload these files:
big-file.php (100Kb)
small-file.php (15Kb)
I`ve get these:
big-file.php (15Kb)
small-file.php (100Kb)
And contents of these files is changed!
After that, i upload one more time - and files uploaded normally, except 1-2%. One more time - and all of them are normal.
Sometimes i need get to the specified folder, take a look of filenames and filesizes and (if there is differnet between server and my repository) upload one more time.
What is that? Anybody had it?