test139 510 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Server-side
  2. <reply>
  3. <data>
  4. this is file contents
  5. </data>
  6. <mdtm>
  7. 213 20030409102659
  8. </mdtm>
  9. </reply>
  10. # Client-side
  11. <client>
  12. <server>
  13. ftp
  14. </server>
  15. <name>
  16. FTP download a newer file with -z
  17. </name>
  18. <command>
  19. ftp://%HOSTIP:%FTPPORT/blalbla/139 -z "1 jan 1989"
  20. </command>
  21. </test>
  22. # Verify data after the test has been "shot"
  23. <verify>
  24. <protocol>
  25. USER anonymous
  26. PASS curl_by_daniel@haxx.se
  27. PWD
  28. CWD blalbla
  29. MDTM 139
  30. EPSV
  31. TYPE I
  32. SIZE 139
  33. RETR 139
  34. QUIT
  35. </protocol>
  36. </verify>