Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(scullog, tunnel, app) {
super(scullog);
this.app = app;
this.tunnel = tunnel;
this.sftp = new SFTP(this.tunnel);
}