client to upload big files via https and get progress info

News123 news1234 at free.fr
Fri May 14 03:19:20 EDT 2010


Hi Sean,




Sean DiZazzo wrote:
> On May 13, 9:54 pm, Sean DiZazzo <half.ital... at gmail.com> wrote:
>> On May 13, 9:39 am, News123 <news1... at free.fr> wrote:
>>
>>
>>
>>> Hi Aaaz,
>>> Aahz wrote:
>>>> In article <4bea6b50$0$8925$426a7... at news.free.fr>,
>>>> News123  <news1... at free.fr> 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



More information about the Python-list mailing list