Skip to content
Snippets Groups Projects
Commit 851d3c55 authored by deuce's avatar deuce
Browse files

Remove testing code.

parent 916d45e2
No related branches found
No related tags found
No related merge requests found
......@@ -298,10 +298,3 @@ FTP.prototype.do_get = function(src, dest, isdir)
return ret;
return true;
}
var f = new FTP('fd0b:71d1:b5ec::1');
f.passive = false;
f.cwd("main");
print(f.pwd());
print(f.dir('.'));
f.logout();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment