test247 595 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. </keywords>
  6. </info>
  7. <reply>
  8. <mdtm>
  9. 213 20030409102659
  10. </mdtm>
  11. </reply>
  12. # Client-side
  13. <client>
  14. <server>
  15. ftp
  16. </server>
  17. <name>
  18. FTP upload time condition evaluates TRUE => skip upload
  19. </name>
  20. <file name="log/test247.txt">
  21. data
  22. to
  23. see
  24. that FTP
  25. works
  26. so does it?
  27. </file>
  28. <command>
  29. ftp://%HOSTIP:%FTPPORT/247 -T log/test247.txt -z "apr 1 2005 08:00:00"
  30. </command>
  31. </client>
  32. # Verify data after the test has been "shot"
  33. <verify>
  34. <upload>
  35. </upload>
  36. <protocol>
  37. USER anonymous
  38. PASS ftp@example.com
  39. PWD
  40. MDTM 247
  41. QUIT
  42. </protocol>
  43. </verify>
  44. </testcase>