test712 579 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <testcase>
  2. #based off test 707 after bug report #1218
  3. <info>
  4. <keywords>
  5. FTP
  6. PASV
  7. RETR
  8. SOCKS5
  9. all_proxy
  10. </keywords>
  11. </info>
  12. #
  13. # Server-side
  14. <reply>
  15. <data>
  16. silly content
  17. </data>
  18. </reply>
  19. #
  20. # Client-side
  21. <client>
  22. <server>
  23. ftp
  24. socks5
  25. </server>
  26. <name>
  27. FTP fetch with --proxy set to socks5://
  28. </name>
  29. <command>
  30. ftp://%HOSTIP:%FTPPORT/712 --proxy socks5://%HOSTIP:%SOCKSPORT
  31. </command>
  32. </client>
  33. #
  34. # Verify data after the test has been "shot"
  35. <verify>
  36. <protocol>
  37. USER anonymous
  38. PASS ftp@example.com
  39. PWD
  40. EPSV
  41. TYPE I
  42. SIZE 712
  43. RETR 712
  44. QUIT
  45. </protocol>
  46. </verify>
  47. </testcase>