Any news on this? If it makes it any easier, the issue is primarily the file names. Having two progress bars would be acceptable (although just one would be preferable); but we really want to eliminate the display of the file names as they are downloading. I've experimented with using a Wait Dialog and updating the text message manually ("10%", "20%", etc.) but the problem there is that if the script downloads entire directories (which it does), there is only a single script command which can take a long time, so the progress update isn't as granular as we'd like. Updating the progress for every file downloaded (as it does in the automatic progress bar) is much better.