test597 382 B

123456789101112131415161718192021222324252627282930313233343536
  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. lib%TESTNUMBER
  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 [email protected]
  29. PWD
  30. </protocol>
  31. </verify>
  32. </testcase>