test228 618 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. ACCT
  6. compressed
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. <data>
  12. data
  13. to
  14. see
  15. that FTP
  16. works
  17. so does it?
  18. </data>
  19. <servercmd>
  20. REPLY PASS 332 please provide account name
  21. REPLY ACCT 230 thank you
  22. </servercmd>
  23. </reply>
  24. # Client-side
  25. <client>
  26. <server>
  27. ftp
  28. </server>
  29. <name>
  30. FTP RETR with ACCT
  31. </name>
  32. <command>
  33. ftp://%HOSTIP:%FTPPORT/228 --ftp-account "one count"
  34. </command>
  35. </client>
  36. # Verify data after the test has been "shot"
  37. <verify>
  38. <protocol>
  39. USER anonymous
  40. PASS [email protected]
  41. ACCT one count
  42. PWD
  43. EPSV
  44. TYPE I
  45. SIZE 228
  46. RETR 228
  47. QUIT
  48. </protocol>
  49. </verify>
  50. </testcase>