Macos Monterey下的卷发问题

发布于 2025-01-18 15:13:41 字数 407 浏览 2 评论 0原文

我们遇到了卷曲问题。在 Big Sur 下,命令

curl 'ftp://ftp.myserver/myPath/my File' -u 'myusername':'mypassword' 
properly downloads the file.

在 Monterey 下,相同的命令会引发错误:

curl: (3) URL using bad/illegal format or missing URL

无论命令是在终端中发出,还是作为在 XCode 中创建的 Applescript 应用程序中的 shell 脚本,行为都是相同的。

另请注意,用户名/密码组合确实有效,因为它可以正确下载目录列表。

任何建议、解决方法等都将受到高度赞赏。

We have a problem with curl. Under Big Sur, the command

curl 'ftp://ftp.myserver/myPath/my File' -u 'myusername':'mypassword' 
properly downloads the file.

Under Monterey, the same command throws an error:

curl: (3) URL using bad/illegal format or missing URL

The behaviour is the same, whether the command is issued in Terminal, or as a shell script in a Applescript application created in XCode.

Also note that the username/password combo does work, as it does properly download the list of the directory.

Any advice, workaround etc. is highly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文