test117 501 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Server-side
  2. <reply>
  3. </reply>
  4. # Client-side
  5. <client>
  6. <server>
  7. ftp
  8. </server>
  9. <name>
  10. FTP download, failed TYPE
  11. </name>
  12. <command>
  13. ftp://%HOSTIP:%FTPPORT/117
  14. </command>
  15. <file name="log/ftpserver.cmd">
  16. REPLY EPSV 314 bluah you f00l!
  17. REPLY TYPE 314 bluah you f00l!
  18. </file>
  19. </test>
  20. # Verify data after the test has been "shot"
  21. <verify>
  22. <errorcode>
  23. 17
  24. </errorcode>
  25. <protocol>
  26. USER anonymous
  27. PASS curl_by_daniel@haxx.se
  28. PWD
  29. EPSV
  30. PASV
  31. TYPE I
  32. QUIT
  33. </protocol>
  34. </verify>