aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/disable-epsv.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/disable-epsv.d')
-rw-r--r--docs/cmdline-opts/disable-epsv.d8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/cmdline-opts/disable-epsv.d b/docs/cmdline-opts/disable-epsv.d
index df1de8304..dfd8f7365 100644
--- a/docs/cmdline-opts/disable-epsv.d
+++ b/docs/cmdline-opts/disable-epsv.d
@@ -2,10 +2,12 @@ Long: disable-epsv
Help: Inhibit using EPSV
Protocols: FTP
Category: ftp
+Example: --disable-epsv ftp://example.com/
+Added: 7.9.2
---
-(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.