On Thu, Mar 10, 2022 at 11:55:39AM +0100, Alex wrote:
> I have seen in https://lwn.net/Articles/887313/ that you plan to remove the
> "telnet" protocol from curl-minimal.
> I use `curl -v telnet://....` almost every day for debugging purpose just
> because curl is in the most systems by default installed.
> I know that there are some other tools like socat, normal telnet, nmap and so
> on but this tools need to be installed which is not always possible when
> fedora is used as docker image.

Or use bash?

$ exec 3<>/dev/tcp/towel.blinkenlights.nl/23
$ cat <&3



-- 
Matthew Miller
<mat...@fedoraproject.org>
Fedora Project Leader
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to