return true;
}
private boolean testDcomFileWrite() {
try {
script = new WindowsRemoteFile(wrf, SCRIPT_NAME);
script.copyFrom("dir " + testdir + "\\\n");
}
catch (WindowsException ex) {
setError(ex, Strings.get("dcom.no.write", SCRIPT_NAME, testdir, host));
return false;