diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-22 10:08:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-22 10:08:59 +0000 |
commit | 4bbcc47f3f3a81ada6e7d620400c1388d6161e88 (patch) | |
tree | 0b95e077ad0489494b78c7a66aeded94bffe4793 /CHANGES | |
parent | 8ab495a0889623e46487764a5ff90b1f1bb1bb0e (diff) | |
download | curl-4bbcc47f3f3a81ada6e7d620400c1388d6161e88.tar.gz |
Added test case 354 that makes a simple FTP retrieval without password, which
verifies the bug fix in #1757328.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,6 +6,17 @@ Changelog +Daniel S (22 July 2007) +- Added test case 354 that makes a simple FTP retrieval without password, which + verifies the bug fix in #1757328. + +Daniel S (21 July 2007) +- To allow more flexibility in FTP test cases, I've removed the enforced states + from the test server code as they served no real purpose. The test server + is here to serve for the test cases, not to attempt to function as a real + server! While at it, I modified test case 141 to better test and verify + curl -I on a single FTP file. + Daniel S (20 July 2007) - James Housley fixed the SFTP PWD command to work. |