disable-epsv.d: remove duplicate "(FTP)"

... since the tooling adds that to the output based on the "Protocols:"
tag.
This commit is contained in:
Daniel Stenberg 2021-07-18 18:28:40 +02:00
parent eaab3f084a
commit d896184c9b
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ Help: Inhibit using EPSV
Protocols: FTP
Category: ftp
---
(FTP) Tell curl to disable the use of the EPSV command when doing passive FTP
transfers. Curl will normally always first attempt to use EPSV before PASV,
but with this option, it will not try using EPSV.
Tell curl to disable the use of the EPSV command when doing passive FTP
transfers. Curl will normally always first attempt to use EPSV before
PASV, but with this option, it will not try using EPSV.
--epsv can be used to explicitly enable EPSV again and --no-epsv is an alias
for --disable-epsv.