test235 638 B

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