All,
If we have a script executed daily by a staff member to send files to a bank. Is there a way I can check files that were sent previous days or months? I guess I'm wondering if there is some sort of history log for a particular script?
You can turn on connection logging and save any status line messages (which I believe is generated when a file is sent) to that connection log. To do so, select the Options | System Options | System Options menu item within Procomm. Enable the Connection logging checkbox (should be selected by default) and the Write status line messages to Connection Log checkbox, and click on the OK button. You can then select the File | Connection Log menu item to view the messages for any file transfers.
One thing to keep in mind with the Connection Log is that it will also track all connections made by Procomm, so there may be more "fluff" in the file than you would like. If so, you could create your own file transfer log using the fopen, fputs, and fclose commands.
aspect@aspectscripting.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.