Lines Matching +full:- +full:- +full:disable +full:- +full:ldap
11 # Client-side
28 <!-- Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. -->
29 <!-- SPDX-License-Identifier: curl -->
34 IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP,
37 curl is powered by libcurl for all transfer-related features. See
41 ---
43 SPDX-License-Identifier: curl
46 Mutexed: trace trace-ascii
52 See-also:
53 - include
54 - silent
55 - trace
56 - trace-ascii
58 - --verbose $URL
59 ---
61 # `--verbose`
68 If you only want HTTP headers in the output, --include or --dump-header might
72 --trace or --trace-ascii instead.
79 ---
81 SPDX-License-Identifier: curl
84 Help: Enable/disable PROTOCOLS
88 See-also:
89 - fakeitreal
90 - proto-default
92 - --proto =http,https,sftp $URL
93 ---
95 # `--proto`
105 ## -
115 For example: --proto -ftps uses the default protocols, but disables ftps
117 --proto -all,https,+http only enables http and https
119 --proto =http,https also only enables http and https
122 safely rely on being able to disable potentially dangerous protocols, without
129 <!-- Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. -->
130 <!-- SPDX-License-Identifier: curl -->
144 Makes it the equivalent of --socks4
146 Makes it the equivalent of --socks4a
148 Makes it the equivalent of --socks5
150 Makes it the equivalent of --socks5-hostname
154 %SRCDIR/../scripts/managen -d %LOGDIR ascii option1.md option2.md
160 option1.md:19:1:WARN: see-also a non-existing option: include
161 option1.md:19:1:WARN: see-also a non-existing option: silent
162 option1.md:19:1:WARN: see-also a non-existing option: trace
163 option1.md:19:1:WARN: see-also a non-existing option: trace-ascii
164 WARN: option1.md mutexes a non-existing option: trace
165 WARN: option1.md mutexes a non-existing option: trace-ascii
166 option2.md:15:1:WARN: see-also a non-existing option: proto-default
173 HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP,
176 curl is powered by libcurl for all transfer-related features. See
179 -v, --fakeitreal
186 If you only want HTTP headers in the output, --include or
187 --dump-header might be more suitable options.
190 consider using --trace or --trace-ascii instead.
198 use of --next. Providing --fakeitreal multiple times has no extra
199 effect. Disable it again with --no-fakeitreal.
202 curl --verbose https://example.com
204 This option is mutually exclusive with --trace and --trace-ascii.
205 See also --include, --silent, --trace and --trace-ascii.
207 --proto <protocols>
218 -
227 entries in the comma separated list. For example: --proto
228 -ftps uses the default protocols, but disables ftps
230 --proto -all,https,+http only enables http and https
232 --proto =http,https also only enables http and https
235 scripts to safely rely on being able to disable potentially
243 If --proto is provided several times, the last set value is used.
246 curl --proto =http,https,sftp https://example.com
248 See also --fakeitreal and --proto-default.
271 Makes it the equivalent of --socks4
275 Makes it the equivalent of --socks4a
279 Makes it the equivalent of --socks5
283 Makes it the equivalent of --socks5-hostname