Modifying inbox and outbox directories.

You are here

Modifying inbox and outbox directories.

3 posts / 0 new
Last post
mccachar
mccachar's picture
Modifying inbox and outbox directories.

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

ediadmin
ediadmin's picture

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.

mccachar
mccachar's picture

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