Skip to content
Snippets Groups Projects
Commit 8e764b48 authored by Nicolas Fernandes's avatar Nicolas Fernandes
Browse files

delete pasv test

parent 67ec6394
No related branches found
No related tags found
1 merge request!1feat: connexion + pasv mode
......@@ -6,7 +6,6 @@ export default class Server {
constructor() {
this.server = createServer(socket => this.init(socket));
this.server.listen(process.env.PORT, () => console.log('Server created'));
this.pasv();
}
async init(socket) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment