test235 733 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. </keywords>
  6. </info>
  7. # Server-side
  8. <reply>
  9. <servercmd>
  10. REPLY SIZE 500 command not understood
  11. </servercmd>
  12. </reply>
  13. # Client-side
  14. <client>
  15. <server>
  16. ftp
  17. </server>
  18. <name>
  19. FTP resumed upload but no file present remotely
  20. </name>
  21. <command>
  22. ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T log/upload%TESTNUMBER -C -
  23. </command>
  24. <file name="log/upload%TESTNUMBER">
  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 [email protected]
  34. PWD
  35. EPSV
  36. TYPE I
  37. SIZE %TESTNUMBER
  38. STOR %TESTNUMBER
  39. QUIT
  40. </protocol>
  41. <upload>
  42. this is the *****crap******** that we're gonna upload
  43. worx?
  44. </upload>
  45. </verify>
  46. </testcase>