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

1.1       misho       1: <testcase>
                      2: <info>
                      3: <keywords>
                      4: FTP
                      5: RETR
                      6: multi
                      7: LIST
                      8: </keywords>
                      9: </info>
                     10: 
                     11: # Server-side
                     12: <reply>
                     13: <data>
                     14: </data>
                     15: <servercmd>
                     16: DELAY LIST 2
                     17: DELAY TYPE 2
                     18: </servercmd>
                     19: </reply>
                     20: 
                     21: # Client-side
                     22: <client>
                     23: <server>
                     24: ftp
                     25: </server>
                     26: <tool>
                     27: lib1501
                     28: </tool>
                     29:  <name>
                     30: FTP with multi interface and slow LIST response 
                     31:  </name>
                     32:  <command>
                     33: ftp://%HOSTIP:%FTPPORT/1501/
                     34: </command>
                     35: </client>
                     36: # Verify data after the test has been "shot"
                     37: <verify>
                     38: <errorcode>
                     39: 0
                     40: </errorcode>
                     41: <protocol>
                     42: USER anonymous
                     43: PASS ftp@example.com
                     44: PWD
                     45: CWD 1501
                     46: EPSV
                     47: TYPE A
                     48: LIST
                     49: QUIT
                     50: </protocol>
                     51: 
                     52: </verify>
                     53: </testcase>

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