test2083 559 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. </keywords>
  6. </info>
  7. # Server-side
  8. <reply>
  9. <data>
  10. </data>
  11. </reply>
  12. # Client-side
  13. <client>
  14. <server>
  15. ftp
  16. </server>
  17. <name>
  18. Pre-request callback for FTP
  19. </name>
  20. <tool>
  21. libprereq
  22. </tool>
  23. <command>
  24. ftp://%HOSTIP:%FTPPORT/test-%TESTNUMBER/
  25. </command>
  26. </client>
  27. # Verify data after the test has been "shot"
  28. <verify>
  29. <stripfile>
  30. s/^Local port = \d+/Local port = stripped/
  31. </stripfile>
  32. <stdout>
  33. Connected to %HOSTIP
  34. Connected from %CLIENTIP
  35. Remote port = %FTPPORT
  36. Local port = stripped
  37. Returning = 0
  38. </stdout>
  39. </verify>
  40. </testcase>