File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1037
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: FTP
    5: PASV
    6: RETR
    7: Resume
    8: </keywords>
    9: </info>
   10: 
   11: # Server-side
   12: <reply>
   13: <data nocheck="yes">
   14: expected to be a file without the first part
   15: but we emulate that
   16: </data>
   17: <size>
   18: 65
   19: </size>
   20: <servercmd>
   21: REPLY EPSV 500 no such command
   22: </servercmd>
   23: </reply>
   24: 
   25: # Client-side
   26: <client>
   27: <server>
   28: ftp
   29: </server>
   30:  <name>
   31: FTP download resume from end of empty file
   32:  </name>
   33:  <command>
   34: ftp://%HOSTIP:%FTPPORT/1037 -C -
   35: </command>
   36: <file name="log/curl1037.out">
   37: </file>
   38: </client>
   39: 
   40: # Verify data after the test has been "shot"
   41: <verify>
   42: <protocol>
   43: USER anonymous
   44: PASS ftp@example.com
   45: PWD
   46: EPSV
   47: PASV
   48: TYPE I
   49: SIZE 1037
   50: RETR 1037
   51: QUIT
   52: </protocol>
   53: </verify>
   54: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>