Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test228
blob418668a585272694b11468d41a79d20dbaa59b3b
1 <testcase>
2 <info>
3 <keywords>
4 FTP
5 ACCT
6 compressed
7 </keywords>
8 </info>
9 # Server-side
10 <reply>
11 <data>
12 data
13     to
14       see
15 that FTP
16 works
17   so does it?
18 </data>
19 <servercmd>
20 REPLY PASS 332 please provide account name
21 REPLY ACCT 230 thank you
22 </servercmd>
23 </reply>
25 # Client-side
26 <client>
27 <server>
28 ftp
29 </server>
30  <name>
31 FTP RETR with ACCT
32  </name>
33  <command>
34 ftp://%HOSTIP:%FTPPORT/228 --ftp-account "one count"
35 </command>
36 </client>
39 # Verify data after the test has been "shot"
40 <verify>
41 <protocol>
42 USER anonymous
43 PASS ftp@example.com
44 ACCT one count
45 PWD
46 EPSV
47 TYPE I
48 SIZE 228
49 RETR 228
50 QUIT
51 </protocol>
52 </verify>
53 </testcase>