Searched refs:telnet (Results 1 – 19 of 19) sorted by relevance
/curl/docs/cmdline-opts/ |
H A D | telnet-option.md | 4 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 D | Makefile.inc | 280 telnet-option.md \
|
/curl/tests/data/ |
H A D | test1452 | 20 telnet 23 telnet 32 telnet://%HOSTIP:%TELNETPORT --upload-file -
|
H A D | test1326 | 26 telnet 36 telnet://%HOSTIP:%HTTPPORT --upload-file -
|
H A D | test1327 | 21 telnet 35 telnet://%HOSTIP:%HTTPPORT -T %LOGDIR/%TESTNUMBER.txt
|
H A D | test445 | 49 …NUMBER -p gopher://127.0.0.1 dict://127.0.0.1 http://moo https://example telnet://another ftp://ye…
|
H A D | test1462 | 55 telnet TELNET protocol
|
H A D | test1461 | 54 output, pop3, post, proxy, scp, sftp, smtp, ssh, telnet, tftp, timeout, tls,
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_TELNETOPTIONS.md | 17 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 D | CURLOPT_DEFAULT_PROTOCOL.md | 38 pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp
|
/curl/lib/ |
H A D | telnet.c | 255 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() 936 struct TELNET *tn = data->req.p.telnet; in suboption() 1014 struct TELNET *tn = data->req.p.telnet; in sendsuboption() [all …]
|
H A D | request.h | 117 struct TELNET *telnet; member
|
H A D | Makefile.inc | 229 telnet.c \ 364 telnet.h \
|
/curl/docs/ |
H A D | options-in-versions | 245 --telnet-option (-t) 7.7
|
H A D | TODO | 81 6.2 ditch telnet-specific select 666 6.2 ditch telnet-specific select 668 Move the telnet support's network select() loop go away and merge the code 670 work for telnet. 674 Add telnet feature negotiation data to the debug callback as header data. 682 curl -s --connect-timeout 2 telnet://example.com:80 </dev/null 1323 Extend the test suite to include more protocols. The telnet could just do FTP
|
/curl/.github/workflows/ |
H A D | macos.yml | 108 …--disable-shared --disable-smb --disable-smtp --disable-telnet --disable-tftp --disable-unix-socke…
|
H A D | linux.yml | 183 --disable-dict --disable-gopher --disable-ldap --disable-telnet
|
/curl/ |
H A D | configure.ac | 972 AC_MSG_CHECKING([whether to support telnet]) 973 AC_ARG_ENABLE(telnet, optenable 974 AS_HELP_STRING([--enable-telnet],[Enable TELNET support]) 975 AS_HELP_STRING([--disable-telnet],[Disable TELNET support]),
|
H A D | CMakeLists.txt | 416 set(CURL_DISABLE_TELNET ON) # telnet code needs fixing to compile for UWP.
|
Completed in 62 milliseconds