diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-03-06 01:15:28 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-03-06 01:15:28 +0000 |
commit | b16ea66cec030569fd5b44b3e928bf06c573a6f9 (patch) | |
tree | 41af8006b04c5dbe55d8b26f0fd0a06d97172c6a /CHANGES | |
parent | 80cec5a62abb2fa7f9d33d7ad80bb49f4aa1a30a (diff) |
Added tests 616 and 617 to see how SFTP and SCP cope with zero-length
files, as questioned by Mike Protts. SFTP does for me but SCP doesn't
so test 617 is disabled for now.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel Fandrich (5 Mar 2008) +- Fixed the test harness so it will write out zero-length data files. + +- Added tests 616 and 617 to see how SFTP and SCP cope with zero-length + files, as questioned by Mike Protts. SFTP does for me but SCP doesn't + so test 617 is disabled for now. + Daniel S (4 Mar 2008) - Mike Protts brought a patch that makes resumed transfers work with SFTP. |