Greetings, I have written a script using lftp to mirror one directory from a ftp site. I do not have access to the server except for being a humble user. This is running on a fully updated Centos 5.3 box. I am using whatever is provided by the repositories. I noticed that lftp consumes almost all of cpu times I found this while searching for a solution. http://www.mail-archive.com/lftp%40uniyar.ac.ru/msg02101.html Could it be this reason? if its not has anybody else observed what I have described? What are the possible ways of getting around . I am using --parallel=10 in the mirror sub-command of lftp TIA Rajagopal
On Tue, 2009-05-12 at 04:07 +0000, Rajagopal Swaminathan wrote:> Greetings, > > I have written a script using lftp to mirror one directory from a ftp site. > > I do not have access to the server except for being a humble user. > > This is running on a fully updated Centos 5.3 box. > > I am using whatever is provided by the repositories. > > I noticed that lftp consumes almost all of cpu times > > I found this while searching for a solution. > > http://www.mail-archive.com/lftp%40uniyar.ac.ru/msg02101.html > > Could it be this reason? if its not has anybody else observed what I have > described? What are the possible ways of getting around > . > > I am using --parallel=10 in the mirror sub-command of lftp > > TIA > > Rajagopal--- What does uname -a say? Post It. Post the complete lftp command also your using.
Rajagopal Swaminathan
2009-May-13 03:48 UTC
[CentOS] [SOLVED - PROBABLY] Re: High CPU usage by lftp
Rajagopal Swaminathan <raju.rajsand at ...> writes:>It seems yum -y update does not update lftp. probably lftp in standard repos are older version -- 3.5.x . I included the rpmforge repo and did yum -y update lftp -- 3.7.x. So far it seems to be ok. I am yet to find the solution to get wget to use full bandwith Thanks and Regards Rajagopal