test115 493 B

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