windows批处理文件将文件从服务器复制到本地

发布于 2024-10-05 14:17:03 字数 138 浏览 0 评论 0原文

我想编写一些代码,在本地电脑上从另一个电脑(服务器)复制文件。

我可以使用哪个 Windows 批处理文件函数来编写这个小批处理文件程序(也许是 FTP?)

并且还可以在我的电脑(本地电脑)上可视化消息,

谢谢大家

I would like to write a little code that copy on a local pc a file from another (a server).

Which Windows batch file function I can use to write this little batch file program, (FTP maybe?)

And also to visualize a message on my pc (the local pc)

thanks for all

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

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

发布评论

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

评论(2

哆兒滾 2024-10-12 14:17:03

只需使用 wget 即可。

它可以从批处理文件中调用,并且可以从 HTTP 和 FTP 下载。

Just use wget.

It can be called from your batch file and will download from HTTP and FTP.

时光是把杀猪刀 2024-10-12 14:17:03

在记事本中写入SHUTDOWN -i,然后保存到桌面并命名为任意名称,但末尾必须有.bat,然后单击“保存”,您可以关闭任何计算机你服务器。

Write SHUTDOWN -i in a note pad then save to desktop and name it anything but it must have .bat at the end and then click save and u can shutdown any computer in you server.

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