diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-05-09 18:24:27 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-05-09 18:24:27 +0000 |
commit | 41ba7666f0d67617462c717ef0a859c3347dd3b3 (patch) | |
tree | f7778e245450e125de916362ffb89c67fd7fefc1 /CHANGES | |
parent | 4367e0513acedbc645c6b1a09946da7bd4167b78 (diff) |
Kristian Gunstone fixed a problem where overwriting an uploaded file with
sftp didn't truncate it first, which would corrupt the file if the new
file was shorter than the old.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ \___|\___/|_| \_\_____| Changelog +Dan F (9 May 2007) +- Kristian Gunstone fixed a problem where overwriting an uploaded file with + sftp didn't truncate it first, which would corrupt the file if the new + file was shorter than the old. Dan F (8 May 2007) - Added FTPS test cases 406 and 407 |