Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
.catch((e) => {
if(path === '/test/unknown') sftpStream.status(reqid, SFTP_STATUS_CODE.BAD_MESSAGE);
else sftpStream.status(reqid, SFTP_STATUS_CODE.FAILURE);
});
return false;