I just finished making Mendelson work as a service on a Windows machine in order to pass files from the Linux Mendelson server in the DMZ to the Windows machine on the internal network. I would really like Mendelson on the Windows machine to be able to drop received files into a pre-defined set of directories in an arbitrary location (PartnerA's files into AbritraryDirectoryA). On *nix, I think I could do it just by symlinking the default directories, but is there a way to accomplish this on Windows? I'd rather not have yet another little script that executes every time a file is received to move from one directory to another.
Thanks,
Chaz
If you are flexible enough to use a similar directory structure you can go to File/Preferences and the Directories tab to point the application to a different location, but it will still maintain the same directory structure within that location.
Yeah, that's exactly what I'm trying to avoid ; > I think I'm going to switch to using SCP to moved the files from DMZ to INTERNAL.
Thanks,
Chaz