We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
access.js
SI="[ADO DATABASE]"&chr(9)
filemanager.js
wget
Microsoft.XMLHTTP
MSXML2.ServerXmlHttp
C:/wwwroot/www.test.com/1.asp
retime
\\
filemanager\index.js
this.files.cell.progressOn(); let path = this.path; if (this.isWin) { path = path.replace(/\//g, '\\') } // http request this.core.request( this.core.filemanager.retime({ // path: this.path + name, path: path + name, time: value })
The text was updated successfully, but these errors were encountered:
@jjf012 收到,大概在下周二之前修复完,如果你能提个 PR 就再好不过了。
Sorry, something went wrong.
Merge pull request #99 from jjf012/master
b7d91d3
fix #98 issues
Successfully merging a pull request may close this issue.
access.js
里面原本使用的arg2实际上是空的值,这里我参照菜刀的配置文件改为SI="[ADO DATABASE]"&chr(9)
后可正常。filemanager.js
中的wget
所使用的Microsoft.XMLHTTP
并不支持https,这里我改用MSXML2.ServerXmlHttp
正常。C:/wwwroot/www.test.com/1.asp
,而filemanager.js
中的retime
使用的是\\
来分割路径。我修改了
filemanager\index.js
,然后功能正常。The text was updated successfully, but these errors were encountered: