tools of nodejs
npm install zsqnodetoolsremotePath first,and make sure the MLSD is disenable
/
ts
const tools = require('zsqnodetools');
Start();
async function Start(){
await tools.cmdTool.Run('npm run build');
await tools.ftpTool.UploadFiles();
}
``