gpt4 book ai didi

http - 如何将文件提供给telnet

转载 作者:可可西里 更新时间:2023-11-01 15:08:02 24 4
gpt4 key购买 nike

为了理解 http 和 header ,我正在尝试使用 telnet 发送请求。为了不一次又一次地输入所有内容,我想我会写一个包含我需要的所有命令的小文本文件。

我的文件简单如下:

GET /somefile.php HTTP/1.1
Host: localhost

然后我尝试使用 io 重定向将它提供给 telnet:

$ telnet localhost 80 < telnet.txt

但我得到的所有输出都是

Trying ::1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.

我做错了什么?

最佳答案

telnet 不是这项工作的正确工具。尝试:

 netcat localhost 80 < telnet.txt

顺便说一句,如果你的机器上没有安装这个工具,你可以在这里得到它:

http://netcat.sourceforge.net/

关于http - 如何将文件提供给telnet,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2639419/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com