Change #231570
Category | curl |
Changed by | Dan Fandrich <dan | @coneharvesters.com>
Changed at | Fri 06 Jun 2025 23:40:14 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | 5f805eec1149c218145097ec2a24ac7fb7d46f25 |
Comments
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
Changed files
- docs/cmdline-opts/ftp-pasv.md
- src/tool_getparam.c
- tests/data/Makefile.am
- tests/data/test1547