xref: /curl/tests/data/test1385 (revision 56183c1d)
1<testcase>
2<info>
3<keywords>
4FTP
5RETR
6</keywords>
7</info>
8
9# Server-side
10<reply>
11<data nocheck="yes">
12fooo
13mooo
14</data>
15</reply>
16
17# Client-side
18<client>
19<server>
20ftp
21</server>
22<name>
23FTP DL, file without C-D inside, using -o fname -i, without -D
24</name>
25<command option="no-output,no-include">
26ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -i
27</command>
28</client>
29
30# Verify data after the test has been "shot"
31<verify>
32<strip>
33QUIT
34</strip>
35<protocol>
36USER anonymous
37PASS ftp@example.com
38PWD
39CWD path
40EPSV
41TYPE I
42SIZE file%TESTNUMBER
43RETR file%TESTNUMBER
44QUIT
45</protocol>
46
47<file1 name="%LOGDIR/download%TESTNUMBER">
48fooo
49mooo
50</file1>
51
52<file2 name="%LOGDIR/stdout%TESTNUMBER">
53</file2>
54
55<notexists>
56%LOGDIR/file%TESTNUMBER
57</notexists>
58</verify>
59</testcase>
60