client to upload big files via https and get progress info
J.O. Aho
user at example.net
Fri May 14 01:37:38 EDT 2010
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.
--
//Aho
More information about the Python-list
mailing list