test141 525 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Server-side
  2. <reply>
  3. <data>
  4. </data>
  5. <mdtm>
  6. 213 20030409102659
  7. </mdtm>
  8. </reply>
  9. # Client-side
  10. <client>
  11. <server>
  12. ftp
  13. </server>
  14. <name>
  15. FTP download info with -I
  16. </name>
  17. <command>
  18. ftp://%HOSTIP:%FTPPORT/blalbla/141 -I
  19. </command>
  20. </test>
  21. # Verify data after the test has been "shot"
  22. <verify>
  23. <protocol>
  24. USER anonymous
  25. PASS curl_by_daniel@haxx.se
  26. PWD
  27. CWD blalbla
  28. MDTM 141
  29. TYPE I
  30. SIZE 141
  31. REST 0
  32. QUIT
  33. </protocol>
  34. <stdout>
  35. Last-Modified: Wed, 09 Apr 2003 10:26:59 GMT
  36. </stdout>
  37. </verify>