test1103 594 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. SYST
  6. SITE
  7. OS400
  8. </keywords>
  9. </info>
  10. # Server-side
  11. <reply>
  12. <data nocheck="yes">
  13. blabla
  14. </data>
  15. <servercmd>
  16. REPLY PWD 257 "C:/somedir" is the current directory
  17. REPLY SYST 215 unknown-OS runs this server
  18. </servercmd>
  19. </reply>
  20. # Client-side
  21. <client>
  22. <server>
  23. ftp
  24. </server>
  25. <name>
  26. FTP non-OS/400 server
  27. </name>
  28. <command>
  29. ftp://%HOSTIP:%FTPPORT/1103
  30. </command>
  31. </client>
  32. # Verify data after the test has been "shot"
  33. <verify>
  34. <protocol>
  35. USER anonymous
  36. PASS ftp@example.com
  37. PWD
  38. SYST
  39. EPSV
  40. TYPE I
  41. SIZE 1103
  42. RETR 1103
  43. QUIT
  44. </protocol>
  45. </verify>
  46. </testcase>