test112 580 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. EPSV
  6. APPE
  7. Resume
  8. </keywords>
  9. </info>
  10. # Server-side
  11. <reply>
  12. </reply>
  13. # Client-side
  14. <client>
  15. <server>
  16. ftp
  17. </server>
  18. <name>
  19. FTP PASV upload resume
  20. </name>
  21. <command>
  22. ftp://%HOSTIP:%FTPPORT/112 -T log/upload112 -C 40
  23. </command>
  24. <file name="log/upload112">
  25. this is the *****crap******** that we're gonna upload
  26. worx?
  27. </file>
  28. </client>
  29. # Verify data after the test has been "shot"
  30. <verify>
  31. <protocol>
  32. USER anonymous
  33. PASS ftp@example.com
  34. PWD
  35. EPSV
  36. TYPE I
  37. APPE 112
  38. QUIT
  39. </protocol>
  40. <upload>
  41. gonna upload
  42. worx?
  43. </upload>
  44. </verify>
  45. </testcase>