UNPKG
ftp-srv-fix
Version:
latest (0.0.1)
0.0.1
Modern, extensible FTP Server
github.com/autovance/ftp-srv
autovance/ftp-srv
ftp-srv-fix
/
src
/
commands
/
registration
/
site
/
registry.js
6 lines
(5 loc)
•
74 B
JavaScript
View Raw
1
2
3
4
5
6
module
.exports = {
CHMOD
: {
handler:
require
(
'./chmod'
) } };