powershell 中的 FTP 错误

发布于 2024-08-05 07:34:27 字数 208 浏览 8 评论 0原文

我正在编写一个相当简单的脚本,并尝试将文件上传到 ftp 服务器。我正在使用以下命令

ftp -n -s:upload.txt 292.78.51.12 (我伪造了 IP)

它在命令提示符下完美运行,但在 powershell 中似乎有问题。 我尝试提供 upload.txt 的绝对路径,在其前面加上 .\ ,但似乎没有任何效果。

知道我做错了什么吗?

I'm writing a fairly simply script and I'm trying to upload a file to an ftp server. I'm using the following command

ftp -n -s:upload.txt 292.78.51.12 (I've faked the IP)

It works perfectly in command prompt but it seems to have a problem with it in powershell.
I've tried giving the absolute path to upload.txt, put .\ before it and nothing seems to work.

Any idea what I'm doing wrong?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陌上芳菲 2024-08-12 07:34:27

您需要在“-s:upload.txt”周围加上引号。我相信这与选项中的冒号有关。如果有人能澄清为什么那就太好了。

You need to put quotes around "-s:upload.txt". I believe it has something to do with the colon in the option. If anyone could clarify why that would be great.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文