repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Utilities
/
cmcurl-7.19.0
/
tests
/
data
/
test196
blob
5cffd9a04a68052059a94cdb15ba8624e0abe100
1
<testcase>
2
# Server-side
3
<reply>
4
<servercmd>
5
REPLY PASS 530 temporarily not available
6
</servercmd>
7
</reply>
8
9
# Client-side
10
<client>
11
<server>
12
ftp
13
</server>
14
<name>
15
FTP transient error, retry request once
16
</name>
17
<command>
18
ftp://%HOSTIP:%FTPPORT/196 --retry 1
19
</command>
20
</client>
21
22
# Verify data after the test has been "shot"
23
<verify>
24
# 67 is CURLE_LOGIN_DENIED
25
<errorcode>
26
67
27
</errorcode>
28
<protocol>
29
USER anonymous
30
PASS ftp@example.com
31
USER anonymous
32
PASS ftp@example.com
33
</protocol>
34
</verify>
35
</testcase>