<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font face="Calibri">Hi,<br>
      <br>
      I've been using twill with a python script to automate downloads
      from web-based databases. Until now, I only needed to fetch text
      files, so it was pretty simple. I've been using:<br>
      <br>
      go("web address")<br>
      b = twill.get_browser()<br>
      data = b.result.get_page()<br>
      <br>
      Now, I'm trying to fetch data from a different website, which
      generates a link to a .zip file. Given that I know the direct URL
      to the zip file, would it be possible to download it directly
      using twill? Clicking on the link in the actual page opens a
      download dialogue box. Is there any way to bypass it and just get
      the file directly?<br>
      <br>
      Thanks!<br>
      Avi </font><br>
  </body>
</html>