简体   繁体   中英

windows batch file to copy a file from a server to local

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

Just use wget .

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM