test124 548 B

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