I have unreliable dial-up connections and the result is that gw stops frequently in the middle of a process because the telnet session is cut off.
I understand that gw will re-start where it left off as far as retrieving files is concerned, however I use some long lists of urls and it wants to start over from the beginning of the list.
Is it possible to use a unix system call (or exec) to execute gw? Would this keep it running on the server even if the telnet session stops?
For example
system "gw -d/database -a -C -L http://url"
or
system "gw -d/database -a -C -L \"&list\"'
Mike Clark
super@101super.com