test123 569 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. EPSV
  6. Resume
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. </reply>
  12. # Client-side
  13. <client>
  14. <server>
  15. ftp
  16. </server>
  17. <name>
  18. FTP upload resume with whole file already downloaded
  19. </name>
  20. <command>
  21. ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T log/upload%TESTNUMBER -C 51
  22. </command>
  23. <file name="log/upload%TESTNUMBER">
  24. --------------------------------------------------
  25. </file>
  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. EPSV
  34. TYPE I
  35. QUIT
  36. </protocol>
  37. </verify>
  38. </testcase>