test191 503 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. </keywords>
  6. </info>
  7. # Server-side
  8. <reply>
  9. <data>
  10. data in file
  11. </data>
  12. </reply>
  13. # Client-side
  14. <client>
  15. <server>
  16. ftp
  17. </server>
  18. <name>
  19. FTP URL with ?-letters in username and password
  20. </name>
  21. <command>
  22. "ftp://use%3fr:pass%3fword@%HOSTIP:%FTPPORT/%TESTNUMBER"
  23. </command>
  24. </client>
  25. # Verify data after the test has been "shot"
  26. <verify>
  27. <protocol>
  28. USER use?r
  29. PASS pass?word
  30. PWD
  31. EPSV
  32. TYPE I
  33. SIZE %TESTNUMBER
  34. RETR %TESTNUMBER
  35. QUIT
  36. </protocol>
  37. </verify>
  38. </testcase>