nodeftpd icon indicating copy to clipboard operation
nodeftpd copied to clipboard

node.js FTP Server

Results 3 nodeftpd issues
Sort by recently updated
recently updated
newest added

Updated to use path.join instead of path.resolve as on Windows path.resolve will add in the drive letter (C:\temp isntead of c:[ftpdir]\temp). Enforced user directory creation, added userdirectory to success() callback,...

This would allow any module implimenting: fs.unlink(path, callback(err)) fs.readdir(path, callback(err, files) fs.statSync(path) fs.stat(path, callback(err, s)) fs.mkdir(path, mode = 0755, callback(err)) fs.open(path, flags = 'r', callback(err, fd)) fs.read(fd, 4096, socket.totsize, socket.mode,...

Option to disable the username to be included in the sandbox path. By default the username will be included in the sandbox path.