Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

FTP with progress bar

 [1/3] from: carloslorenz:rebolbrasil:nobrenet at: 3-Aug-2004 7:13


Hi list, I'd like to have a progress bar on my FTP tool. I just don't know how to ask REBOL to return me how much file has been transferred to use it as the data to the progress bar Thanks for any help Carlos

 [2/3] from: greggirwin:mindspring at: 3-Aug-2004 9:12


Hi Carlos, CL> I'd like to have a progress bar on CL> my FTP tool. CL> I just don't know how to ask REBOL to return CL> me how much file has been transferred to CL> use it as the data to the progress bar Use SOURCE on REQUEST-DOWNLOAD and READ-THRU to get some ideas. -- Gregg

 [3/3] from: carloslorenz::rebolbrasil::nobrenet::com at: 4-Aug-2004 13:40


Thanks Gregg I guess that is exactly what I was looking for Cheers Carlos Lorenz On Tue, 3 Aug 2004 09:12:00 -0600 Gregg Irwin <[greggirwin--mindspring--com]> wrote: