诸暨麻将添加redis
您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字
 
 
 
 
 
 

46 行
491 B

  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. EPSV
  6. Resume
  7. FAILURE
  8. </keywords>
  9. </info>
  10. # Server-side
  11. <reply>
  12. <size>
  13. 85
  14. </size>
  15. </reply>
  16. # Client-side
  17. <client>
  18. <server>
  19. ftp
  20. </server>
  21. <name>
  22. FTP download resume beyond file size
  23. </name>
  24. <command>
  25. ftp://%HOSTIP:%FTPPORT/111 -C 2000
  26. </command>
  27. </client>
  28. # Verify data after the test has been "shot"
  29. <verify>
  30. <errorcode>
  31. 36
  32. </errorcode>
  33. <protocol>
  34. USER anonymous
  35. PASS ftp@example.com
  36. PWD
  37. EPSV
  38. TYPE I
  39. SIZE 111
  40. QUIT
  41. </protocol>
  42. </verify>
  43. </testcase>