First a little background:
We're creating a server based Java process, which will poll specific FTP directories for files. Upon encountering a file, the process will validate the information in the file against a DB2 database, and, if no validation flags are triggered, will format the data and...