[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: