Normally, to script a download from a site one would write a succession of fixed waitfor commands interspersed with fixed transmit commands. But what do you do if there could be more than one response from the host, each requiring its own response from the procomm user?
In our case we're trying to download files from an health insurance contractor. If there are no files to download, it prompts for one thing, but if there ARE files to download, it prompts for something else entirely. How does one do that with waitfor commands?
In our case we're trying to download files from an health insurance contractor. If there are no files to download, it prompts for one thing, but if there ARE files to download, it prompts for something else entirely. How does one do that with waitfor commands?