• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<testcase>
2<info>
3<keywords>
4FTPS
5EPSV
6RETR
7timeout
8FAILURE
9SLOWDOWN
10</keywords>
11</info>
12
13# Server-side
14<reply>
15# Overload some standard FTP responses to make them shorter and faster
16# to avoid wasting time waiting for the data phase to start
17<servercmd>
18SLOWDOWN
19REPLY USER 331 OK
20REPLY PASS 230 OK
21REPLY PWD 257 "/"
22REPLY TYPE 200 OK
23</servercmd>
24<data nocheck="yes">
25Long chunk of data that couldn't possibly be sent in the time allotted.
26Long chunk of data that couldn't possibly be sent in the time allotted.
27Long chunk of data that couldn't possibly be sent in the time allotted.
28Long chunk of data that couldn't possibly be sent in the time allotted.
29Long chunk of data that couldn't possibly be sent in the time allotted.
30Long chunk of data that couldn't possibly be sent in the time allotted.
31Long chunk of data that couldn't possibly be sent in the time allotted.
32Long chunk of data that couldn't possibly be sent in the time allotted.
33Long chunk of data that couldn't possibly be sent in the time allotted.
34Long chunk of data that couldn't possibly be sent in the time allotted.
35Long chunk of data that couldn't possibly be sent in the time allotted.
36Long chunk of data that couldn't possibly be sent in the time allotted.
37Long chunk of data that couldn't possibly be sent in the time allotted.
38Long chunk of data that couldn't possibly be sent in the time allotted.
39Long chunk of data that couldn't possibly be sent in the time allotted.
40Long chunk of data that couldn't possibly be sent in the time allotted.
41Long chunk of data that couldn't possibly be sent in the time allotted.
42Long chunk of data that couldn't possibly be sent in the time allotted.
43Long chunk of data that couldn't possibly be sent in the time allotted.
44Long chunk of data that couldn't possibly be sent in the time allotted.
45Long chunk of data that couldn't possibly be sent in the time allotted.
46Long chunk of data that couldn't possibly be sent in the time allotted.
47Long chunk of data that couldn't possibly be sent in the time allotted.
48Long chunk of data that couldn't possibly be sent in the time allotted.
49Long chunk of data that couldn't possibly be sent in the time allotted.
50Long chunk of data that couldn't possibly be sent in the time allotted.
51Long chunk of data that couldn't possibly be sent in the time allotted.
52Long chunk of data that couldn't possibly be sent in the time allotted.
53Long chunk of data that couldn't possibly be sent in the time allotted.
54Long chunk of data that couldn't possibly be sent in the time allotted.
55Long chunk of data that couldn't possibly be sent in the time allotted.
56Long chunk of data that couldn't possibly be sent in the time allotted.
57Long chunk of data that couldn't possibly be sent in the time allotted.
58Long chunk of data that couldn't possibly be sent in the time allotted.
59Long chunk of data that couldn't possibly be sent in the time allotted.
60Long chunk of data that couldn't possibly be sent in the time allotted.
61Long chunk of data that couldn't possibly be sent in the time allotted.
62Long chunk of data that couldn't possibly be sent in the time allotted.
63Long chunk of data that couldn't possibly be sent in the time allotted.
64Long chunk of data that couldn't possibly be sent in the time allotted.
65Long chunk of data that couldn't possibly be sent in the time allotted.
66Long chunk of data that couldn't possibly be sent in the time allotted.
67Long chunk of data that couldn't possibly be sent in the time allotted.
68Long chunk of data that couldn't possibly be sent in the time allotted.
69Long chunk of data that couldn't possibly be sent in the time allotted.
70Long chunk of data that couldn't possibly be sent in the time allotted.
71Long chunk of data that couldn't possibly be sent in the time allotted.
72Long chunk of data that couldn't possibly be sent in the time allotted.
73Long chunk of data that couldn't possibly be sent in the time allotted.
74Long chunk of data that couldn't possibly be sent in the time allotted.
75</data>
76</reply>
77
78# Client-side
79<client>
80<features>
81SSL
82</features>
83<server>
84ftps
85</server>
86<killserver>
87ftps
88</killserver>
89 <name>
90FTPS download with strict timeout and slow data transfer
91 </name>
92 <command timeout="1">
93-k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/%TESTNUMBER -m 16
94</command>
95</client>
96
97# Verify data after the test has been "shot"
98<verify>
99# 28 is CURLE_OPERATION_TIMEDOUT
100<errorcode>
10128
102</errorcode>
103<protocol>
104USER anonymous
105PASS ftp@example.com
106PBSZ 0
107PROT C
108PWD
109EPSV
110TYPE I
111SIZE %TESTNUMBER
112RETR %TESTNUMBER
113</protocol>
114</verify>
115</testcase>
116