var fDesc=new Array(); fDesc[0] = "MerX searches all shares. These results can be saved in a file and reload. Another feature MerX can convert these results into a text file or HTML structure (for Web servers).
Other features are a simple chat, a port scanner and of course the download capabilities. Interrupted downloads can be in both SMB and FTP shares on resume.
To continuously scan the network to not even have to list the shares can also be downloaded by other users. Also possesses MerX. Network Scanner a server mode, it scans only once or periodically for releases. Even from there, then the data can be downloaded.
To minimize the effort for such a scan continues, the possibility exists only up to a predefined directory depth scan.
Other features include a search within the scan data and a survey of all local approvals,"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }