test225 378 B

1234567891011121314151617181920212223242526272829
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. FAILURE
  6. compressed
  7. </keywords>
  8. </info>
  9. # Client-side
  10. <client>
  11. <server>
  12. ftp
  13. </server>
  14. <name>
  15. FTP %0a-code in URL's name part
  16. </name>
  17. <command>
  18. ftp://bad%0auser:passwd@%HOSTIP:%FTPPORT/225%0a
  19. </command>
  20. </client>
  21. # Verify data after the test has been "shot"
  22. <verify>
  23. # 3 == CURLE_URL_MALFORMAT
  24. <errorcode>
  25. 3
  26. </errorcode>
  27. </verify>
  28. </testcase>