test127 455 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Server-side
  2. <reply>
  3. <data>
  4. moooooooo
  5. </data>
  6. </reply>
  7. # Client-side
  8. <client>
  9. <server>
  10. ftp
  11. </server>
  12. <name>
  13. FTP --disable-epsv
  14. </name>
  15. <command>
  16. ftp://%HOSTIP:%FTPPORT/path/to/file/127 --disable-epsv
  17. </command>
  18. </test>
  19. # Verify data after the test has been "shot"
  20. <verify>
  21. <protocol>
  22. USER anonymous
  23. PASS curl_by_daniel@haxx.se
  24. PWD
  25. CWD path
  26. CWD to
  27. CWD file
  28. PASV
  29. TYPE I
  30. SIZE 127
  31. RETR 127
  32. QUIT
  33. </protocol>
  34. </verify>