client to upload big files via https and get progress info
News123
news1234 at free.fr
Fri May 14 03:23:59 EDT 2010
Hi J,
J.O. Aho wrote:
> News123 <news1234 at free.fr> wrote:
>
>> What do others do for huge file uploads
>> The uploader might be connected via ethernet, WLAN, UMTS, EDGE, GPRS. )
>
> Those cases where I have had to move big files it's been scp on those cases
> where you just have to push a new file, in cases where it's a question of
> keeping two directories synced, then it's rsync over ssh.
> The later one I have never done in python.
I agree. From home this is also what I do.
scp / rsync.
However I'd like to use https, as http/https are the two ports, that are
almost everywhere accessible (eve with proxies / firewalls, etc.)
N
More information about the Python-list
mailing list