]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test101
hello world
[icculus/iodoom3.git] / neo / curl / tests / data / test101
1 # Server-side
2 <reply>
3 <data>
4 total 20
5 drwxr-xr-x   8 98       98           512 Oct 22 13:06 .
6 drwxr-xr-x   8 98       98           512 Oct 22 13:06 ..
7 drwxr-xr-x   2 98       98           512 May  2  1996 .NeXT
8 -r--r--r--   1 0        1             35 Jul 16  1996 README
9 lrwxrwxrwx   1 0        1              7 Dec  9  1999 bin -> usr/bin
10 dr-xr-xr-x   2 0        1            512 Oct  1  1997 dev
11 drwxrwxrwx   2 98       98           512 May 29 16:04 download.html
12 dr-xr-xr-x   2 0        1            512 Nov 30  1995 etc
13 drwxrwxrwx   2 98       1            512 Oct 30 14:33 pub
14 dr-xr-xr-x   5 0        1            512 Oct  1  1997 usr
15 </data>
16 </reply>
17
18 # Client-side
19 <client>
20 <server>
21 ftp
22 </server>
23  <name>
24 FTP dir list, PORT with specified IP
25  </name>
26  <command>
27 ftp://%HOSTIP:%FTPPORT/ -P %HOSTIP
28 </command>
29 </test>
30
31 # Verify data after the test has been "shot"
32 <verify>
33 # strip all kinds of PORT, EPRT and LPRT curl can do
34 <strip>
35 ^PORT 127,0,0,1,.*
36 ^EPRT.*
37 ^LPRT.*
38 </strip>
39 <protocol>
40 USER anonymous
41 PASS curl_by_daniel@haxx.se
42 PWD
43 PORT 127,0,0,1,243,212
44 TYPE A
45 LIST
46 QUIT
47 </protocol>
48 </verify>