通过运行批处理使用WINSCP控制台的FTP文件

时间:2016-05-27 13:17:03

标签: batch-file cmd ftp winscp

我尝试运行以下批处理脚本: -

{
  "compilerOptions": {
    "target": "es5",
    "sourceMap": true,
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "module": "system",
    "moduleResolution": "node", // <-----
    "noImplicitAny": false,
    "outDir": "js",
    "rootDir": "app"
  },
  "exclude": [
    "node_modules",
    "typings/main",
    "typings/main.d.ts"
  ]
}

但问题是

在lcd路径中,文件夹中有一个空格&#34; E:\ ERP Attend&#34;由于它无法读取路径。

请帮助我执行脚本而不消除空间。我必须有办法绕过这个空间。

0 个答案:

没有答案