mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:23:32 +03:00
tool_getparam: fix --ftp-pasv
This boolean option was moved to the wrong handling function. Make it
an ARG_NONE and move it to the correct handler and add a test to
verify that the option works.
Follow-up to 698491f44
Reported-by: fjaell on github
Fixes #17545
Closes #17547
This commit is contained in:
parent
900612df79
commit
5f805eec11
4 changed files with 66 additions and 6 deletions
|
|
@ -6,7 +6,8 @@ Help: Send PASV/EPSV instead of PORT
|
|||
Protocols: FTP
|
||||
Added: 7.11.0
|
||||
Category: ftp
|
||||
Multi: boolean
|
||||
Multi: mutex
|
||||
Mutexed: ftp-port
|
||||
See-also:
|
||||
- disable-epsv
|
||||
Example:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue