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

[REBOL] Re: ftp progress indicator

From: rdd:lizzy:au at: 5-Mar-2010 21:05

Dear Steven, This script may help you File: %batch-download.r Author: "Anton Rolls" http://anton.wildit.net.au/rebol/util/batch-download.r Regards, Rosemary On Sat, 27 Feb 2010 08:52:05 +1100, Steven White <swhite-ci.bloomington.mn.us> wrote:
> I have had to write some short scripts to transfer files from one computer to another, using ftp (because it's the only way I know how and I therefore assume it is the only way, period). >These scripts generally work, but when the files are big, they take a while, and the people who use them then wonder if they are indeed working. >Does anyone know if there is a way to indicate that a file transfer is moving along? I am using write/binary ftp... and that is an "atomic" operation to me, so there is no way to get any information until it is all done. >Thank you. >Steven White > City of Bloomington > 1800 W Old Shakopee Rd > Bloomington MN 55431-3096 > USA > 952-563-4882 (voice) > 952-563-4672 (fax) > swhite-ci.bloomington.mn.us >
-- message ends