test123 498 B

1234567891011121314151617181920212223242526272829303132
  1. # Server-side
  2. <reply>
  3. </reply>
  4. # Client-side
  5. <client>
  6. <server>
  7. ftp
  8. </server>
  9. <name>
  10. FTP upload resume with whole file already downloaded
  11. </name>
  12. <command>
  13. ftp://%HOSTIP:%FTPPORT/123 -T log/upload123 -C 51
  14. </command>
  15. <file name="log/upload123">
  16. --------------------------------------------------
  17. </file>
  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. EPSV
  26. TYPE I
  27. QUIT
  28. </protocol>
  29. </verify>