| ![[BACK]](/icons/cvsweb/back.gif) Return to test1224 CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data | 
1.1       misho       1: <testcase>
                      2: <info>
                      3: <keywords>
                      4: FTP
                      5: PASV
                      6: RETR
                      7: </keywords>
                      8: </info>
                      9: # Server-side
                     10: <reply>
                     11: <data>
                     12: data
                     13:     to
                     14:       see
                     15: that FTP
                     16: works
                     17:   so does it?
                     18: </data>
                     19: </reply>
                     20: 
                     21: # Client-side
                     22: <client>
                     23: <server>
                     24: ftp
                     25: </server>
                     26:  <name>
                     27: FTP fetch a file from the root directory
                     28:  </name>
                     29:  <command>
                     30: ftp://%HOSTIP:%FTPPORT//1224
                     31: </command>
                     32: 
                     33: </client>
                     34: 
                     35: # Verify data after the test has been "shot"
                     36: <verify>
                     37: <protocol>
                     38: USER anonymous
                     39: PASS ftp@example.com
                     40: PWD
                     41: CWD /
                     42: EPSV
                     43: TYPE I
                     44: SIZE 1224
                     45: RETR 1224
                     46: QUIT
                     47: </protocol>
                     48: </verify>
                     49: </testcase>