mirror of
https://github.com/curl/curl.git
synced 2026-05-30 16:37:28 +03:00
disable-epsv.d: remove duplicate "(FTP)"
... since the tooling adds that to the output based on the "Protocols:" tag.
This commit is contained in:
parent
eaab3f084a
commit
d896184c9b
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue