On Wed, 4 Aug 2004, Satish Balay wrote: > You can construct a "wget pkg1 pgk2 .. " command for lftp and invoke > it separately for each repository (from different locations) > > mkdir repo1 > mkdir repo2 > cd repo1 > lftp url1 > wget pkg1 pgk2 .. > cd ../repo2 > lftp url2 > wget pkg1 pgk2 .. Ahh.. wget -> mget Satish