test272 498 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. PASV
  6. RETR
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. <mdtm>
  12. 213 20040101121212
  13. </mdtm>
  14. </reply>
  15. # Client-side
  16. <client>
  17. <server>
  18. ftp
  19. </server>
  20. <name>
  21. FTP timed conditioned get file with identical time stamp
  22. </name>
  23. <command>
  24. ftp://%HOSTIP:%FTPPORT/272 -z "2004 jan 1 12:12:12 UTC"
  25. </command>
  26. </client>
  27. # Verify data after the test has been "shot"
  28. <verify>
  29. <protocol>
  30. USER anonymous
  31. PASS ftp@example.com
  32. PWD
  33. MDTM 272
  34. QUIT
  35. </protocol>
  36. </verify>
  37. </testcase>