诸暨麻将添加redis
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

41 satır
545 B

  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/123 -T log/upload123 -C 51
  22. </command>
  23. <file name="log/upload123">
  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>