I've been digging, but maybe someone knows a shortcut
The goal:
In the middle of iterating through a list of phone #s, creating capture files and then FTPing them to an FTP server
The current situation:
I have it ftping the files over and now, I'm ready to process the next phone number and Procomm is in FTP mode. The script pauses at that point. If I click on the "Data Terminal" button, the script then continues.
The heart of the question:
Does anyone know how to programmatically switch from FTP mode to Data Terminal mode?
Work around IS available:
I can just ftp the files after the entire list is processed, but that slows down the whole automation process significantly.
thanks in advance
As always, if I find it, I'll post the answer here myself
The goal:
In the middle of iterating through a list of phone #s, creating capture files and then FTPing them to an FTP server
The current situation:
I have it ftping the files over and now, I'm ready to process the next phone number and Procomm is in FTP mode. The script pauses at that point. If I click on the "Data Terminal" button, the script then continues.
The heart of the question:
Does anyone know how to programmatically switch from FTP mode to Data Terminal mode?
Work around IS available:
I can just ftp the files after the entire list is processed, but that slows down the whole automation process significantly.
thanks in advance
As always, if I find it, I'll post the answer here myself