mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:01:41 +03:00
- protocols MUST match one in the accept-list - protocols are typically all uppercase - drop All - use SCP and SFTP instead of SSH - add Protocols: to some options previously missing one Closes #18675
531 B
531 B
| c | SPDX-License-Identifier | Long | Short | Arg | Help | Category | Protocols | Added | Multi | See-also | Example | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | telnet-option | t | <opt=val> | Set telnet option | telnet | TELNET | 7.7 | append |
|
|
--telnet-option
Pass options to the telnet protocol. Supported options are:
TTYPE=<term>
Sets the terminal type.
XDISPLOC=<X display>
Sets the X display location.
NEW_ENV=<var,val>
Sets an environment variable.