client to upload big files via https and get progress info

News123 news1234 at free.fr
Fri May 14 03:22:01 EDT 2010


Hi James,

James Mills wrote:
> On Wed, May 12, 2010 at 6:48 PM, News123 <news1234 at free.fr> wrote:
>> Hi,
>>
>> I'd like to perform huge file uploads via https.
>> I'd like to make sure,
>> - that I can obtain upload progress info (sometimes the nw is very slow)
>> - that (if the file exceeds a certain size) I don't have to
>>  read the entire file into RAM.
>>
> 
> My suggestion is to find some tools that can
> send multiple chucks of data. A non-blocking
> i/o library/tool might be useful here (eg: twisted or similar).
> 

I never used twisted so far.
Perhaps the time to look at it.


bye


N



More information about the Python-list mailing list