mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
parent
112f50723f
commit
7c12b1134f
@ -1,5 +1,5 @@
|
||||
//因为这库在旧版本节点上有问题,所以从 github 获取最新版本
|
||||
//npm i https://github.com/sstur/nodeftpd.git --save
|
||||
//npm i https://github.com/nodeftpd/nodeftpd.git --save
|
||||
var ftpdzz = require("ftpd");
|
||||
|
||||
var options = null;
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -572,8 +572,8 @@
|
||||
}
|
||||
},
|
||||
"ftpd": {
|
||||
"version": "git+https://github.com/sstur/nodeftpd.git#0d299f78af7f0006a9d5a084614bd8b56a369d1b",
|
||||
"from": "git+https://github.com/sstur/nodeftpd.git",
|
||||
"version": "git+https://github.com/nodeftpd/nodeftpd.git#0d299f78af7f0006a9d5a084614bd8b56a369d1b",
|
||||
"from": "git+https://github.com/nodeftpd/nodeftpd.git",
|
||||
"requires": {
|
||||
"dateformat": "1.0.7-1.2.3",
|
||||
"stat-mode": "^0.2.1"
|
||||
|
@ -36,7 +36,7 @@
|
||||
"express-session": "^1.15.3",
|
||||
"express-ws": "^4.0.0",
|
||||
"fs-extra": "^5.0.0",
|
||||
"ftpd": "git+https://github.com/sstur/nodeftpd.git",
|
||||
"ftpd": "git+https://github.com/nodeftpd/nodeftpd.git",
|
||||
"graceful-fs": "^4.1.11",
|
||||
"iconv-lite": "^0.4.21",
|
||||
"log4js": "^6.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user