test1044 719 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <testcase>
  2. # Similar to test141
  3. <info>
  4. <keywords>
  5. FTP
  6. NOBODY
  7. Largefile
  8. </keywords>
  9. </info>
  10. # Server-side
  11. <reply>
  12. <data>
  13. </data>
  14. <size>
  15. 9999999999
  16. </size>
  17. <mdtm>
  18. 213 20080726102659
  19. </mdtm>
  20. </reply>
  21. # Client-side
  22. <client>
  23. <features>
  24. large_file
  25. </features>
  26. <server>
  27. ftp
  28. </server>
  29. <name>
  30. FTP download large file info with -I
  31. </name>
  32. <command>
  33. ftp://%HOSTIP:%FTPPORT/blalbla/1044 -I
  34. </command>
  35. </client>
  36. # Verify data after the test has been "shot"
  37. <verify>
  38. <protocol>
  39. USER anonymous
  40. PASS ftp@example.com
  41. PWD
  42. CWD blalbla
  43. MDTM 1044
  44. TYPE I
  45. SIZE 1044
  46. REST 0
  47. QUIT
  48. </protocol>
  49. <stdout>
  50. Last-Modified: Sat, 26 Jul 2008 10:26:59 GMT
  51. Content-Length: 9999999999
  52. Accept-ranges: bytes
  53. </stdout>
  54. </verify>
  55. </testcase>