mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:57:33 +03:00
tests: Fixed test 1406 following recent changes in ftpserver.pl
By default the mail server doesn't send the SIZE capability but instead it has to be specified as a supported capability.
This commit is contained in:
parent
f8a9dbd391
commit
8f5336a2fa
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ SMTP
|
|||
#
|
||||
# Server-side
|
||||
<reply>
|
||||
<servercmd>
|
||||
CAPA SIZE
|
||||
</servercmd>
|
||||
</reply>
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue