诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

38 lines
383 B

  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. CONNECT_ONLY
  6. </keywords>
  7. </info>
  8. # Client-side
  9. <client>
  10. <server>
  11. ftp
  12. </server>
  13. <tool>
  14. lib597
  15. </tool>
  16. <name>
  17. FTP connect only option
  18. </name>
  19. <command>
  20. ftp://%HOSTIP:%FTPPORT
  21. </command>
  22. </client>
  23. #
  24. # Verify data after the test has been "shot"
  25. <verify>
  26. <protocol>
  27. USER anonymous
  28. PASS ftp@example.com
  29. PWD
  30. QUIT
  31. </protocol>
  32. </verify>
  33. </testcase>