mirror of
https://github.com/curl/curl.git
synced 2026-08-02 19:30:29 +03:00
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:
parent
e8d8843a02
commit
f4405d30e0
2 changed files with 8 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue