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 half.ital...@gmail.com wrote: On May 13, 9:39 am, News123 news1...@free.fr wrote: Hi Aaaz, Aahz wrote: In article 4bea6b50$0$8925$426a7...@news.free.fr, News123 news1...@free.fr wrote: I'd like to perform huge file

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 news1...@free.fr 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

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

2010-05-14 Thread News123
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

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 news1...@free.fr 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

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 news1...@free.fr 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

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 news1...@free.fr 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

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 news1...@free.fr wrote: Hi Aaaz, Aahz wrote: In article 4bea6b50$0$8925$426a7...@news.free.fr, News123  news1...@free.fr 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

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 half.ital...@gmail.com wrote: On May 13, 9:39 am, News123 news1...@free.fr wrote: Hi Aaaz, Aahz wrote: In article 4bea6b50$0$8925$426a7...@news.free.fr, News123  news1...@free.fr wrote: I'd like to perform huge file uploads via https. I'd like

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

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

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