From f4405d30e08a1ff684e101140915d8e08efbc426 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 24 Oct 2011 22:54:53 +0200 Subject: 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 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. --- tests/data/test116 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/data/test116') 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 # Server-side +REPLY EPRT 500 we don't like EPRT now REPLY PORT 314 bluah you f00l! -- cgit v1.2.3