Hi Sean,
Sean DiZazzo wrote: > On May 13, 9:54 pm, Sean DiZazzo <[email protected]> wrote: >> On May 13, 9:39 am, News123 <[email protected]> wrote: >> >> >> >>> Hi Aaaz, >>> Aahz wrote: >>>> In article <[email protected]>, >>>> News123 <[email protected]> wrote: >>>>> I'd like to perform huge file uploads via https. >>>>> I'd like to make sure, > > oops...that doesn't help with the other requirements. My suggestion > is to not use https. I don't think it was created to move around > large pieces of data. Lots of small pieces rather. SFTP? I had to check, but I guess sftp is not exactly suitable for my usecase. My problem - the whole communication is to be intended to work like a drop box. - one can upload files - one can not see, what one has uploaded before - no way to accidentally overwrite a previous upload, etc. - I don't know enough about sftp servers to know how I could configure it to act as a drop box. That's much easier to hide behind an https server than behind an out of the box sftp server. N -- http://mail.python.org/mailman/listinfo/python-list
