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.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user