Re: client to upload big files via https and get progress info

2010-05-14 Thread News123
Hi J, J.O. Aho wrote: > News123 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 whe

Re: client to upload big files via https and get progress info

2010-05-14 Thread News123
Hi James, James Mills wrote: > On Wed, May 12, 2010 at 6:48 PM, News123 wrote: >> Hi, >> >> I'd like to perform huge file uploads via https. >> I'd like to make sure, >> - that I can obtain upload progress info (sometimes the nw is very slow) >> - that (if the file exceeds a certain size) I don't

Re: client to upload big files via https and get progress info

2010-05-14 Thread News123
Hi Sean, Sean DiZazzo wrote: > On May 13, 9:54 pm, Sean DiZazzo wrote: >> On May 13, 9:39 am, News123 wrote: >> >> >> >>> Hi Aaaz, >>> Aahz wrote: In article <4bea6b50$0$8925$426a7...@news.free.fr>, News123 wrote: > I'd like to perform huge file uploads via https. > I'd li

Re: client to upload big files via https and get progress info

2010-05-13 Thread J.O. Aho
News123 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 di

Re: client to upload big files via https and get progress info

2010-05-13 Thread Sean DiZazzo
On May 13, 9:54 pm, Sean DiZazzo wrote: > On May 13, 9:39 am, News123 wrote: > > > > > Hi Aaaz, > > > Aahz wrote: > > > In article <4bea6b50$0$8925$426a7...@news.free.fr>, > > > News123   wrote: > > >> I'd like to perform huge file uploads via https. > > >> I'd like to make sure, > > >> - that I

Re: client to upload big files via https and get progress info

2010-05-13 Thread Sean DiZazzo
On May 13, 9:39 am, News123 wrote: > Hi Aaaz, > > Aahz wrote: > > In article <4bea6b50$0$8925$426a7...@news.free.fr>, > > News123   wrote: > >> I'd like to perform huge file uploads via https. > >> I'd like to make sure, > >> - that I can obtain upload progress info (sometimes the nw is very slow)

Re: client to upload big files via https and get progress info

2010-05-13 Thread News123
Hi Aaaz, Aahz wrote: > In article <4bea6b50$0$8925$426a7...@news.free.fr>, > News123 wrote: >> I'd like to perform huge file uploads via https. >> I'd like to make sure, >> - that I can obtain upload progress info (sometimes the nw is very slow) >> - that (if the file exceeds a certain size) I d

Re: client to upload big files via https and get progress info

2010-05-13 Thread James Mills
On Wed, May 12, 2010 at 6:48 PM, News123 wrote: > Hi, > > I'd like to perform huge file uploads via https. > I'd like to make sure, > - that I can obtain upload progress info (sometimes the nw is very slow) > - that (if the file exceeds a certain size) I don't have to >  read the entire file into

Re: client to upload big files via https and get progress info

2010-05-13 Thread Aahz
In article <4bea6b50$0$8925$426a7...@news.free.fr>, News123 wrote: > >I'd like to perform huge file uploads via https. >I'd like to make sure, >- that I can obtain upload progress info (sometimes the nw is very slow) >- that (if the file exceeds a certain size) I don't have to > read the entire

client to upload big files via https and get progress info

2010-05-12 Thread News123
Hi, I'd like to perform huge file uploads via https. I'd like to make sure, - that I can obtain upload progress info (sometimes the nw is very slow) - that (if the file exceeds a certain size) I don't have to read the entire file into RAM. I found Active states recipe 146306, which constructs t