Hi,
first of all, it’s a big security hole if you allow your FTP server to launch any execution. It’s why it’s disabled on most FTP server.
If not disabled, you can issue a “SITE” command thru quote service in order to launch the execution. Some other ftpd implement custom command to execute something (i.e. EXEC on HP-UX’s ftpd), but I think it’s far than standard. As consequence, you would have to implement different connectivity choregraphy for each remote server you have.
Possible.
I’m not a specialist of brain damaged windows environment, but on unix, it’s quite easy to create a shell script that monitor a directory for incomming files (a la file pooling) and then launch another script againts them.
If ms-DOS is not powerfull enought to handle that, you can create simple PERL or PHP scripts to implement this. If you have some performances issue, a C or C++ implementation is very easy to do and is a good option (I personnaly don’t like JAVA for such thing as the overhault to launch JVM engine).
Good luck.
Laurent
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods