如何通过Python请求发送文件夹中的文件?
目前,我们有一个如下所示的 cURL 请求,我们希望将其转换为 Python。我该怎么做?从我的谷歌搜索中,我看到的只是如何发送文件而不是文件夹文件。谢谢你!
curl
--location
--request PUT 'https://some-url.com/files' \
--header 'Content-Type: application/octet-stream' \
--data-binary '@/path/to/files'
We currently have a cURL request like below and we'd like to convert it into Python. How do I do this? From my googling, all I am seeing is how to send files but not a folder files. Thank you!
curl
--location
--request PUT 'https://some-url.com/files' \
--header 'Content-Type: application/octet-stream' \
--data-binary '@/path/to/files'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论