test247 552 B

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