I've just been asked about a really odd FTP issue.
A text file is created on one server and then FTP'd to another.
The next day a new file is created with the same name and FTP'd across.
Here is the problem: The new file does not replace the old one, but seems to be overwriting the data in it.
That wouldn't be a problem if the new file was always bigger than the old one, but if the new file is smaller in size than the old one, then you see the e.g. 50 rows of the new file, and row 51 onwards is actually row 51 onwards of the old file.
Any thoughts?
A text file is created on one server and then FTP'd to another.
The next day a new file is created with the same name and FTP'd across.
Here is the problem: The new file does not replace the old one, but seems to be overwriting the data in it.
That wouldn't be a problem if the new file was always bigger than the old one, but if the new file is smaller in size than the old one, then you see the e.g. 50 rows of the new file, and row 51 onwards is actually row 51 onwards of the old file.
Any thoughts?
Comment