Home
last modified time | relevance | path

Searched refs:telnet (Results 1 – 19 of 19) sorted by relevance

/curl/docs/cmdline-opts/
H A Dtelnet-option.md4 Long: telnet-option
7 Help: Set telnet option
8 Category: telnet
14 - -t TTYPE=vt100 telnet://example.com/
17 # `--telnet-option`
19 Pass options to the telnet protocol. Supported options are:
H A DMakefile.inc280 telnet-option.md \
/curl/tests/data/
H A Dtest145220 telnet
23 telnet
32 telnet://%HOSTIP:%TELNETPORT --upload-file -
H A Dtest132626 telnet
36 telnet://%HOSTIP:%HTTPPORT --upload-file -
H A Dtest132721 telnet
35 telnet://%HOSTIP:%HTTPPORT -T %LOGDIR/%TESTNUMBER.txt
H A Dtest44549 …NUMBER -p gopher://127.0.0.1 dict://127.0.0.1 http://moo https://example telnet://another ftp://ye…
H A Dtest146255 telnet TELNET protocol
H A Dtest146154 output, pop3, post, proxy, scp, sftp, smtp, ssh, telnet, tftp, timeout, tls,
/curl/docs/libcurl/opts/
H A DCURLOPT_TELNETOPTIONS.md17 CURLOPT_TELNETOPTIONS - set of telnet options
30 Provide a pointer to a curl_slist with variables to pass to the telnet
58 curl_easy_setopt(curl, CURLOPT_URL, "telnet://example.com/");
H A DCURLOPT_DEFAULT_PROTOCOL.md38 pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp
/curl/lib/
H A Dtelnet.c255 struct TELNET *tn = data->req.p.telnet; in negotiate()
328 struct TELNET *tn = data->req.p.telnet; in set_remote_option()
402 struct TELNET *tn = data->req.p.telnet; in rec_will()
450 struct TELNET *tn = data->req.p.telnet; in rec_wont()
492 struct TELNET *tn = data->req.p.telnet; in set_local_option()
566 struct TELNET *tn = data->req.p.telnet; in rec_do()
626 struct TELNET *tn = data->req.p.telnet; in rec_dont()
798 struct TELNET *tn = data->req.p.telnet; in check_telnet_options()
942 struct TELNET *tn = data->req.p.telnet; in suboption()
1020 struct TELNET *tn = data->req.p.telnet; in sendsuboption()
[all …]
H A Drequest.h117 struct TELNET *telnet; member
H A DMakefile.inc228 telnet.c \
364 telnet.h \
/curl/docs/
H A Doptions-in-versions245 --telnet-option (-t) 7.7
H A DTODO82 6.2 ditch telnet-specific select
672 6.2 ditch telnet-specific select
674 Move the telnet support's network select() loop go away and merge the code
676 work for telnet.
680 Add telnet feature negotiation data to the debug callback as header data.
688 curl -s --connect-timeout 2 telnet://example.com:80 </dev/null
1321 Extend the test suite to include more protocols. The telnet could just do FTP
/curl/.github/workflows/
H A Dlinux.yml166 --disable-dict --disable-gopher --disable-ldap --disable-telnet
H A Dmacos.yml106 …--disable-shared --disable-smb --disable-smtp --disable-telnet --disable-tftp --disable-unix-socke…
/curl/
H A Dconfigure.ac967 AC_MSG_CHECKING([whether to support telnet])
968 AC_ARG_ENABLE(telnet, optenable
969 AS_HELP_STRING([--enable-telnet],[Enable TELNET support])
970 AS_HELP_STRING([--disable-telnet],[Disable TELNET support]),
H A DCMakeLists.txt392 set(CURL_DISABLE_TELNET ON) # telnet code needs fixing to compile for UWP.

Completed in 43 milliseconds