Comment 10 for bug 820383

Revision history for this message
npullover (npullover) wrote :

The previous comment # 7, is perfect as a temporary bug but if I can download multiple file I modified as well as the following sample files [#]:

 # Download each file and verify the sum
     try:
        files[0] = "/home/user/andale32.exe"
        files[1] = "/home/user/arial32.exe"
        files[1] = "/home/user/arialb32.exe"
           for i in range(len(files)):
              print "%s: downloading %s" % (relfile, files[i])
              ...