Searched refs:withFtp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/win32/
H A Dconfigure.js33 var withFtp = true; variable
117 txt += " ftp: Enable FTP client (" + (withFtp? "yes" : "no") + ")\n";
226 vf.WriteLine("WITH_FTP=" + (withFtp? "1" : "0"));
303 of.WriteLine(s.replace(/\@WITH_FTP\@/, withFtp? "1" : "0"));
446 withFtp = strToBool(arg.substring(opt.length + 1, arg.length));
633 txtOut += " FTP client: " + boolToStr(withFtp) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js33 var withFtp = true; variable
117 txt += " ftp: Enable FTP client (" + (withFtp? "yes" : "no") + ")\n";
226 vf.WriteLine("WITH_FTP=" + (withFtp? "1" : "0"));
303 of.WriteLine(s.replace(/\@WITH_FTP\@/, withFtp? "1" : "0"));
446 withFtp = strToBool(arg.substring(opt.length + 1, arg.length));
633 txtOut += " FTP client: " + boolToStr(withFtp) + "\n";

Completed in 86 milliseconds