以下两个文件放在同一目录下
getfile.bat文件内容如下:
@echo offftp.exe -i -s:getfile.txt 192.168.1.2(更换成你的ip,参数之间有空格)pauseexit@echo off
getfile.txt文件内容如下
myaccount
mypassword
cd Abinlcd D:\TEMP
get A.exe
cd..
cd B
get B.exe
cd..
cd C
get C.exe
bye

相关文章:

  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
  • 2021-07-01
  • 2021-07-05
  • 2021-11-30
  • 2022-01-03
  • 2021-11-17
猜你喜欢
  • 2022-12-23
  • 2021-11-17
  • 2021-11-16
  • 2021-11-11
  • 2021-09-04
  • 2021-12-13
  • 2022-01-11
相关资源
相似解决方案