Annotation of embedaddon/curl/tests/data/test123, revision 1.1.1.1

1.1       misho       1: <testcase>
                      2: <info>
                      3: <keywords>
                      4: FTP
                      5: EPSV
                      6: Resume
                      7: </keywords>
                      8: </info>
                      9: # Server-side
                     10: <reply>
                     11: </reply>
                     12: 
                     13: # Client-side
                     14: <client>
                     15: <server>
                     16: ftp
                     17: </server>
                     18:  <name>
                     19: FTP upload resume with whole file already downloaded
                     20:  </name>
                     21:  <command>
                     22: ftp://%HOSTIP:%FTPPORT/123 -T log/upload123 -C 51
                     23: </command>
                     24: <file name="log/upload123">
                     25: --------------------------------------------------
                     26: </file>
                     27: </client>
                     28: 
                     29: # Verify data after the test has been "shot"
                     30: <verify>
                     31: <protocol>
                     32: USER anonymous
                     33: PASS ftp@example.com
                     34: PWD
                     35: EPSV
                     36: TYPE I
                     37: QUIT
                     38: </protocol>
                     39: </verify>
                     40: </testcase>

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