Hi J,

J.O. Aho wrote:
> News123  <news1...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to