On Mon, Dec 04, 2006 at 01:00:12PM +0300, "Дворников М.В." wrote: > Master 2.4. Wget 1.10.1. > Пытаюсь разбить закачку большого файла на несколько дней. > Для пробы ввожу размер квоты: > wget --quota=10k http://ftp.chg.ru/pub/OpenOffice.zip > > Wget cкачивает свыше квоты, не обращая внимания на ограничения. В документации (man wget) указано, что квота не действует при загрузке только одного файла: Note that quota will never affect downloading a single file. So if you specify wget -Q10k ftp://wuarchive.wustl.edu/ls-lR.gz, all of the ls-lR.gz will be downloaded. The same goes even when several URLs are specified on the command-line. However, quota is respected when retrieving either recursively, or from an input file. Thus you may safely type wget -Q2m -i sites---download will be aborted when the quota is exceeded.