|
NAMEparaget - parallel file getSYNOPSISparaget [options] --mirror-set name filepath EXAMPLESparaget --mirror-set cpan modules/by-module/XML/XML-Parser-2.29.tar.gz DESCRIPTIONparaget implements getting a single file in parallel from different mirror sites.The first time you run paraget, it will download a list of mirrors for various mirror-sets, such as CPAN and Debian from paraget's anonymous FTP space. ARGUMENTS
OPTIONS
PERFORMANCE TIPSIn order to use the best mirrors for you, you should remove what you think are probably bad mirrors in your mirror-sets-files, those in ~/.paraget/mirror-sets/.HEURISTICCurrently, the heuristic paraget uses to choose how to assign servers to intervals is done by assigning the fastest server to the interval that is taking the longest to complete.FILES
ExamplesThis could be for CPAN: ~/.paraget/mirror-sets/cpan:ftp://ftp.cpan.org/pub/CPAN ftp://download.sourceforge.net/pub/mirrors/CPAN TODOPersistent statisticsImplement persistent records-keeping, so that the speed of servers is remembered across sessions. Perhaps this could be offered as an online-service, so that each paraget install would not have to learn it on its own.Heuristic tweaking/modularityThe heuristics that paraget uses are very hokey.HTTP supportCurrently, only FTP is supported; HTTP supports GET's with a file offset, so we should be able to add this easily.KNOWN BUGSIntervals sometimes have negative intervals; parget dies horribly.Sometimes doesn't complete getting a file; stalls near the end. Just give up and kill paraget. We're very sorry. Currently, we leave a dirty mess in the temporary directory. This could be used if we implemented re-getting of files, but since we don't, we should clean up after ourselves. ABOUTThe homepage of this program is http://paraget.sourceforge.net/COPYRIGHTCopyright (C) 2000,2001 Lars Clausen <lrclause@uiuc.edu> and Frank J. Tobin <ftobin@uiuc.edu>This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, visit the following URL: http://www.gnu.org/copyleft/gpl.html
Visit the GSP FreeBSD Man Page Interface. |