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

54 行
636 B

  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. PASV
  6. TYPE A
  7. RETR
  8. </keywords>
  9. </info>
  10. # Server-side
  11. <reply>
  12. <data>
  13. data
  14. to
  15. see
  16. that FTP
  17. works
  18. so does it?
  19. </data>
  20. <servercmd>
  21. REPLY EPSV 500 no such command
  22. REPLY SIZE 500 no such command
  23. </servercmd>
  24. </reply>
  25. # Client-side
  26. <client>
  27. <server>
  28. ftp
  29. </server>
  30. <name>
  31. FTP user+password in URL and ASCII transfer
  32. </name>
  33. <command>
  34. ftp://userdude:passfellow@%HOSTIP:%FTPPORT/105 --use-ascii
  35. </command>
  36. </client>
  37. # Verify data after the test has been "shot"
  38. <verify>
  39. <protocol>
  40. USER userdude
  41. PASS passfellow
  42. PWD
  43. EPSV
  44. PASV
  45. TYPE A
  46. SIZE 105
  47. RETR 105
  48. QUIT
  49. </protocol>
  50. </verify>
  51. </testcase>