]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test131
hello world
[icculus/iodoom3.git] / neo / curl / tests / data / test131
1 #
2 # Server-side
3 <reply name="1">
4 <data>
5 total 20
6 drwxr-xr-x   8 98       98           512 Oct 22 13:06 .
7 drwxr-xr-x   8 98       98           512 Oct 22 13:06 ..
8 drwxr-xr-x   2 98       98           512 May  2  1996 .NeXT
9 -r--r--r--   1 0        1             35 Jul 16  1996 README
10 lrwxrwxrwx   1 0        1              7 Dec  9  1999 bin -> usr/bin
11 dr-xr-xr-x   2 0        1            512 Oct  1  1997 dev
12 drwxrwxrwx   2 98       98           512 May 29 16:04 download.html
13 dr-xr-xr-x   2 0        1            512 Nov 30  1995 etc
14 drwxrwxrwx   2 98       1            512 Oct 30 14:33 pub
15 dr-xr-xr-x   5 0        1            512 Oct  1  1997 usr
16 </data>
17 </reply>
18
19 #
20 # Client-side
21 <client>
22 <features>
23 netrc_debug
24 </features>
25 <server>
26 ftp
27 </server>
28  <name>
29 FTP (optional .netrc; user/no pass) dir list PASV
30  </name>
31  <command>
32 --netrc-optional ftp://user2@%HOSTIP:%FTPPORT/
33 </command>
34 <file name="log/netrc" >
35 # the following two lines were created while testing curl
36 machine %HOSTIP login user1 password passwd1
37 machine %HOSTIP login user2 password passwd2
38 </file>
39 </test>
40
41 #
42 # Verify data after the test has been "shot"
43 <verify>
44 <strip>
45 filter off really nothing
46 </strip>
47 <protocol>
48 USER user2
49 PASS passwd2
50 PWD
51 EPSV
52 TYPE A
53 LIST
54 QUIT
55 </protocol>
56 </verify>