I have a script that downloads some text files from a site. I have it scheduled to run automatically every hour. The problem is sometimes it succeeds, sometimes it fails, but there is no pattern of when it fails. The failure happens at the line MySite.connect. Following is the code (I tried...