Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to batch upload a file with specified attributes to FTP

2025-02-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces how batch processing uploads files with specified attributes to FTP, which has a certain reference value, and interested friends can refer to it. I hope you can learn a lot after reading this article.

@ echo offrem specify FTP username set ftpUser=FTPUSERNAMErem specify FTP password set ftpPass=FTPPASSWORDrem specify FTP server address set ftpIP=192.168.0.2 setting local folder directory set SrcFolder=C:/testdir / b / aa-d > nul 2 > nulif% errorlevel% equ 1 (echo No archiving file to FTP pause goto: eof) set FtpFile=%temp%/TempFTP.txt > "% FtpFile%" echo,%ftpUser% > > "% FtpFile%" echo % ftpPass% > > "% FtpFile%" echo binfor / f "tokens=*"% an in ('dir / b / aa-d') do (> > "% FtpFile%" echo put "% SrcFolder%/%%a") > >% FtpFile% "echo byestart ftp-v-I-s:"% FtpFile% "% ftpIP%ping-n 10 127.1 > nulattrib-a *. * Thank you for reading this article carefully I hope the article "how to upload files with specified attributes to FTP by batch processing" shared by the editor is helpful to everyone. At the same time, I also hope that you can support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report