test597 383 B

12345678910111213141516171819202122232425262728293031323334353637
  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>