diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-05-15 00:28:50 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-05-15 00:28:50 +0000 |
commit | ea43bb013ba7c2a95d2d29b5a33fc7bd5c01d31a (patch) | |
tree | 8b6a09d159c2168640075329c1fcebc93f48433a /CHANGES | |
parent | b0a4c992e73539b2a895ba2df5b7defd19d2629f (diff) |
Added support for quote commands before a transfer using SFTP and test
case 614.
Allow SFTP quote commands chmod, chown, chgrp to set a value of 0.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -8,6 +8,14 @@ Dan F (14 May 2007) - Added SFTP directory listing test case 613. +- Added support for quote commands before a transfer using SFTP and test + case 614. + +- Changed the post-quote commands to occur after the transferred file is + closed. + +- Allow SFTP quote commands chmod, chown, chgrp to set a value of 0. + 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 |