1<testcase>
2<info>
3<keywords>
4FTP
5EPSV
6STOR
7--crlf
8</keywords>
9</info>
10# Server-side
11<reply>
12</reply>
13
14# Client-side
15<client>
16<server>
17ftp
18</server>
19 <name>
20FTP upload with --crlf
21 </name>
22 <command>
23ftp://%HOSTIP:%FTPPORT/128 -T log/upload128 --crlf
24</command>
25<file name="log/upload128">
26file
27with unix newlines
28meant to be
29converted
30with
31the
32--crlf option
33</file>
34</client>
35
36# Verify data after the test has been "shot"
37<verify>
38<protocol>
39USER anonymous
40PASS ftp@example.com
41PWD
42EPSV
43TYPE I
44STOR 128
45QUIT
46</protocol>
47<upload>
48file
49with unix newlines
50meant to be
51converted
52with
53the
54--crlf option
55</upload>
56</verify>
57</testcase>
58