aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-03-06 01:15:28 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-03-06 01:15:28 +0000
commitb16ea66cec030569fd5b44b3e928bf06c573a6f9 (patch)
tree41af8006b04c5dbe55d8b26f0fd0a06d97172c6a /CHANGES
parent80cec5a62abb2fa7f9d33d7ad80bb49f4aa1a30a (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--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e5fa5f82d..fcc1e2369 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.