aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test116
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-10-24 22:54:53 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-10-24 23:07:53 +0200
commitf4405d30e08a1ff684e101140915d8e08efbc426 (patch)
tree98f07a10757fe94a9a2ed8a3805be47c12dc7089 /tests/data/test116
parente8d8843a02c104ae62b5c90b916d2a91d9b30335 (diff)
FTP server: allow EPRT by default
EPRT is now supported by default by the server. To disable it, use the generic REPLY instruction in the <servercmd> tag. Test 116 now has it disabled. All other existing active FTP port tests strip out the port commands from the logs already so the change of the server isn't that noticable.
Diffstat (limited to 'tests/data/test116')
-rw-r--r--tests/data/test1162
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/test116 b/tests/data/test116
index bf04492f1..9a36f9770 100644
--- a/tests/data/test116
+++ b/tests/data/test116
@@ -4,11 +4,13 @@
FTP
PORT
FAILURE
+EPRT refused
</keywords>
</info>
# Server-side
<reply>
<servercmd>
+REPLY EPRT 500 we don't like EPRT now
REPLY PORT 314 bluah you f00l!
</servercmd>
</reply>