Search found 2220 matches

by psguru
Thu May 05, 2005 3:08 am
Forum: FtpVC
Topic: Add empty directory
Replies: 4
Views: 12604

No. FtpVC is file-based, and if there's no files to added, no empty directory will be created. You'll have to add empty directories manually.
by psguru
Tue May 03, 2005 5:28 pm
Forum: FtpVC
Topic: BUG: FtpVC 2.3 treeview refresh
Replies: 2
Views: 9558

This actually depends on the Refresh Behavior setting under Project Options | Options. If you set it to "Directory tree and files in the current directory", the directory tree will be refreshed when a remote folder is deleted outside of FtpVC.
by psguru
Wed Apr 27, 2005 5:24 pm
Forum: ExamDiff Pro
Topic: skipping { } difference in java, etc
Replies: 6
Views: 12263

Cool. Looks like a good way to compare Java files.
by psguru
Tue Apr 26, 2005 5:30 pm
Forum: ExamDiff Pro
Topic: skipping { } difference in java, etc
Replies: 6
Views: 12263

Here's what you need to use for arguments: -stdout $INPUTFILEPATH This will redirect Jacobe output to the standard output, where EDP will pick it up from. I tested it, and it kinda works. The only problem is that, when output to stdout, Jacobe uses the following end-of-line characters for each line:...
by psguru
Thu Apr 21, 2005 5:34 pm
Forum: ExamDiff (Freeware)
Topic: XML Comparison
Replies: 1
Views: 15047

The tool always works line by line. I suspect that when you compared populated XML files they had linebreak characters while the empty ones did not. To verify, open files in a binary editor and see if there are 0x10 characters at line ends.
by psguru
Mon Apr 18, 2005 5:34 am
Forum: FtpVC
Topic: get lastest
Replies: 8
Views: 17546

Yes. Your password file will be automatically recognized by 2.3.
by psguru
Sat Apr 16, 2005 8:22 pm
Forum: FtpVC
Topic: get lastest
Replies: 8
Views: 17546

Correct.
by psguru
Sat Apr 16, 2005 8:18 pm
Forum: FtpVC
Topic: get lastest
Replies: 8
Views: 17546

Yes, just install 2.3; not other actions are required. However, you need to upgrade all of your FtpVC users to 2.3.
by psguru
Sat Apr 16, 2005 11:12 am
Forum: FtpVC
Topic: get lastest
Replies: 8
Views: 17546

There was a bug in 2.2a that could cause such behavior. Now that 2.3 is released, why not use the latest version?
by psguru
Tue Apr 12, 2005 5:18 pm
Forum: ExamDiff Pro
Topic: ED Pro 3.1: Question about Regular Expression in CommandLine
Replies: 2
Views: 7004

Try surrounding your regex with double quotes: /j:"/\* geändert.*"
by psguru
Tue Apr 05, 2005 5:28 pm
Forum: ExamDiff (Freeware)
Topic: Experiencing Bug in version 1.1k on XP SP1
Replies: 2
Views: 16595

Did you mean version 1.6k, not 1.1k? Does it happen for all file pairs or only for some? Have you tried disabling change notifications under Options | Misc ?
by psguru
Sat Apr 02, 2005 9:22 am
Forum: FtpVC
Topic: Must for webmaster:security exploit.
Replies: 1
Views: 7867

And the point is...?
by psguru
Fri Apr 01, 2005 6:12 pm
Forum: ExamDiff Pro
Topic: preventing EDP from stealing the focus
Replies: 6
Views: 12278

It appears that there is a better way, without adding an option, to handle this situation. The fix is in the latest Beta build; please try it and let us know if it works for you.
by psguru
Thu Mar 31, 2005 6:30 pm
Forum: ExamDiff Pro
Topic: ED Pro 3.3 beta, cannot permanently delete write-prot. files
Replies: 2
Views: 7450

When I select one or more files that are write-protected, right-click and choose \"Delete Permanently SHIFT+Delete\", I get an error message This is a bug, thanks for reporting it. The fix is in the latest build of 3.3 Beta. Another, maybe related issue is that the "Properties ALT+RE...
by psguru
Thu Mar 31, 2005 6:28 pm
Forum: ExamDiff Pro
Topic: preventing EDP from stealing the focus
Replies: 6
Views: 12278

This is kind of by design. The thing is, Windows XP steals focus from EDPro window after SHFileOperation (the API used for all file operations in EDPro). The result of this is that if you are in EDPro, and, say, copy a file from the first pane to the second, EDPro will no longer have the focus after...