test136 451 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. EPSV
  6. RETR
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. <data>
  12. 0123456789abcdef
  13. </data>
  14. </reply>
  15. # Client-side
  16. <client>
  17. <server>
  18. ftp
  19. </server>
  20. <name>
  21. FTP with user and no password
  22. </name>
  23. <command>
  24. -u user: ftp://%HOSTIP:%FTPPORT/136
  25. </command>
  26. </client>
  27. # Verify data after the test has been "shot"
  28. <verify>
  29. <protocol>
  30. USER user
  31. PASS
  32. PWD
  33. EPSV
  34. TYPE I
  35. SIZE 136
  36. RETR 136
  37. QUIT
  38. </protocol>
  39. </verify>
  40. </testcase>