Re: Getting the bytes or percent uploaded/downloaded through FTP?
- From: Steve Holden <steve@xxxxxxxxxxxxx>
- Date: Mon, 05 Sep 2005 12:12:08 -0400
Nainto@xxxxxxxxx wrote:
The only way I can think of to get the size of the file you're about to download is using the FTP object's .dir() method. If you have the Tools directory (standard on Windows, with source on other platforms) you can take a look at the ftpmirror script - a fairly recent version can be seen atThanks, Benji but I need to be able to get the bytes and/or percent of a download too. :-(
http://weblog.cs.uiowa.edu/python-2.3.1/Tools/scripts/ftpmirror.py
regards Steve -- Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LLC http://www.holdenweb.com/
.
- References:
- Prev by Date: Re: Possible improvement to slice opperations.
- Next by Date: Re: newbie Q: mouse clicks don't seem to get trapped
- Previous by thread: Re: Getting the bytes or percent uploaded/downloaded through FTP?
- Next by thread: Re: Getting the bytes or percent uploaded/downloaded through FTP?
- Index(es):
Relevant Pages
|