I am downloading files using various command (because files are different)
meant for a executable.

So I have created event driven program to download these files one by one.
But some files are very huge so I want to know how can I synchronize it with
my code.

That means I want to make my code wait for the complete download of that
file and then I ll read the log file and validate that download is
successful.

Thanks,
AD

On Thu, Sep 17, 2009 at 7:02 PM, Kent Johnson <ken...@tds.net> wrote:

> On Thu, Sep 17, 2009 at 8:40 AM, Ansuman Dash <ansuman.d...@gmail.com>
> wrote:
> > I am using same process for multiple file download. So I need to download
> > those one by one.
> >
> > Moreover some files are very huge (around 120 MB). So I need to make
> script
> > to wait before verifying the file is downloaded.
>
> I don't understand how you are downloading the files. Can you show some
> code?
>
> Kent
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to