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

[REBOL] Re: FTP script

From: sqlab:gmx at: 8-Feb-2008 16:20

Hi Carlos This is not really faster, but less writing foreach file read ftp://user:pass-mysite.com.br/lixo1/ [ write ftp://user:pass-mysite.com.br/lixo2/:file read ftp://user:pass-mysite.com.br/lixo1/:file print [file "transferred"] ] The limiting speed factor is not Rebol, but the I/O thru FTP. If your FTP server allows renaming, you can try to send rename commands thru the control port. regards AR Carlos Lorenz wrote: