批处理脚本连接到 ftp 服务器?

发布于 2024-12-11 22:24:07 字数 209 浏览 0 评论 0原文

我正在尝试通过运行批处理脚本连接到我的 ftp 服务器。我可以通过输入以下内容来正常登录:

ftp home.ptd.net
USERNAME
PASSWORD
cd Public
put FILENAME.txt
bye

但是,如果我按此顺序将其放入脚本中,它会连接到服务器,但仍然要求输入用户名。谁能指出我如何登录的正确方向?谢谢。

I am trying to connect to my ftp server by running a batch script. I can log into it fine by typing the following:

ftp home.ptd.net
USERNAME
PASSWORD
cd Public
put FILENAME.txt
bye

But if I put this into a script in this order, it connects to the server, but still asks for a username. Can anyone point me in the right direction on how to make it login? Thanks.

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

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

发布评论

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

评论(1

雨巷深深 2024-12-18 22:24:07

请参阅以下 msdn 文章:
来自 msdn 的 ftp 参考< /a>

我认为您需要将命令放入文本文件中,并使用 -s 参数将其传递给 ftp 命令

please see the following msdn article:
ftp reference from msdn

i think you need to place the commands in a text file and pass it to the ftp command with the -s parameter

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