test534 696 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FTP
  5. PASV
  6. RETR
  7. multi
  8. non-existing host
  9. </keywords>
  10. </info>
  11. # Server-side
  12. <reply>
  13. <data>
  14. </data>
  15. <servercmd>
  16. REPLY RETR 550 the file doesn't exist
  17. REPLY SIZE 550 Can't check for file existence
  18. </servercmd>
  19. </reply>
  20. # Client-side
  21. <client>
  22. <server>
  23. ftp
  24. </server>
  25. <tool>
  26. lib533
  27. </tool>
  28. <name>
  29. FTP RETR twice using multi: non-existing host and non-existing file
  30. </name>
  31. <command>
  32. ftp://non-existing-host.haxx.se/path/534 ftp://%HOSTIP:%FTPPORT/path/534
  33. </command>
  34. </client>
  35. # Verify data after the test has been "shot"
  36. <verify>
  37. <protocol>
  38. USER anonymous
  39. PASS ftp@example.com
  40. PWD
  41. CWD path
  42. EPSV
  43. TYPE I
  44. SIZE 534
  45. RETR 534
  46. QUIT
  47. </protocol>
  48. </verify>
  49. </testcase>