FTP quote commands prefixed with '*' now can fail without aborting

Prefixing the FTP quote commands with an asterisk really only
worked for the postquote actions. This is now fixed and test case
227 has been extended to verify.
This commit is contained in:
Daniel Stenberg
2010-04-09 16:54:52 +02:00
parent 10977f57de
commit 02892e4fd8
4 changed files with 27 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ This release includes the following bugfixes:
o RTSP GET_PARAMETER
o timeout after last data chunk was handled
o SFTP download hang
o FTP quote commands prefixed with '*' now can fail without aborting
This release includes the following known bugs: