gpt4 book ai didi

curl - 使用命令行 cURL 发布文件内容

转载 作者:行者123 更新时间:2023-12-01 14:17:40 24 4
gpt4 key购买 nike

我正在尝试使用 cURL将数据发布到 URL。该 URL 需要 <form>提交和<textarea>具有指定值的字段。我将值存储在文本文件中,我想运行 cURL将文件中的数据内容发布到网页。这就是我所拥有的 - 但是我认为我没有正确转义文件位置:

curl -data info='@filename.txt' https://file.com/test > tmp.txt

最佳答案

查看手册页,将文件内容作为 POST 变量发送的正确语法是:

curl --data-urlencode 'info@filename.txt' https://file.com/test > tmp.txt

关于curl - 使用命令行 cURL 发布文件内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15775903/

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