This topic created in 1829 days ago, the information mentioned may be changed or developed.
bat 批处理里这样写就没问题
wget -N -P %ProgramFiles%\xxx ftp://user:user@domain/config.json
vbs 脚本里这样写就出错,
ws.Run "wget -N -P %ProgramFiles%\xxx ftp://user:user@domain/config.json",0,True
不管是用%ProgramFiles%还是用绝对路径
 |
|
1
yyyb Apr 23, 2021
自己解决了
|