UNPKG
@svrooij/ftpd
Version:
latest (0.4.4)
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.16
0.2.15
Node FTP Server (reboot)
github.com/svrooij/nodeftpd
svrooij/nodeftpd
@svrooij/ftpd
/
ftpd.js
6 lines
(3 loc)
•
139 B
JavaScript
View Raw
1
2
3
4
5
6
const
Constants
=
require
(
'./lib/Constants'
);
exports
.
FtpServer
=
require
(
'./lib/FtpServer'
);
exports
.
LOG_LEVELS
=
Constants
.
LOG_LEVELS
;