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

1.1       misho       1: <testcase>
                      2: <info>
                      3: <keywords>
                      4: FTP
                      5: </keywords>
                      6: </info>
                      7: 
                      8: # Server-side
                      9: <reply>
                     10: </reply>
                     11: 
                     12: # Client-side
                     13: <client>
                     14: <server>
                     15: ftp
                     16: </server>
                     17:  <name>
                     18: FTP resumed upload but no file present remotely
                     19:  </name>
                     20:  <command>
                     21: ftp://%HOSTIP:%FTPPORT/235 -T log/upload235 -C -
                     22: </command>
                     23: <file name="log/upload235">
                     24: this is the *****crap******** that we're gonna upload
                     25: 
                     26: worx?
                     27: </file>
                     28: </client>
                     29: 
                     30: # Verify data after the test has been "shot"
                     31: <verify>
                     32: <protocol>
                     33: USER anonymous
                     34: PASS ftp@example.com
                     35: PWD
                     36: EPSV
                     37: TYPE I
                     38: SIZE 235
                     39: STOR 235
                     40: QUIT
                     41: </protocol>
                     42: <upload>
                     43: this is the *****crap******** that we're gonna upload
                     44: 
                     45: worx?
                     46: </upload>
                     47: </verify>
                     48: </testcase>

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