Профи, помогите плиз..
У меня есть скрипт,который должен вытягивать обновы с зеркала нода и класть их в папку.
Вот он:
# /bin/sh
rm -f -R ./nod_upd/*
rm -f ./download.txt
rm -f ./download.lst
aaaaaamkdir nod_upd
wget
http://nod32.rekremlin.ru/nod_upd/update.ver -P ./nod_upd
cat ./nod_upd/update.ver | grep file= > download.txt
sed "s/file=/http:\/\/nod32.rekremlin.ru\/nod_upd\/" download.txt > download.lst
wget -i download.lst -P ./nod_upd
rm -f ./download.txt
rm -f ./download.lst
Но когда я его запускаю он мне выдает следующее:
C:\UnixUtils>sh.exe nodupdate
nodupdate: no matches found: ./nod_upd/* [2]
nodupdate: command not found: aaaaaamkdir [5]
--10:32:25--
http://nod32.rekremlin.ru/nod_upd/update.ver => `./nod_upd/update.ver'
Resolving nod32.rekremlin.ru... done.
Connecting to nod32.rekremlin.ru[77.222.40.49]:80... connected.
HTTP request sent, awaiting response... 504 Proxy Timeout ( The connection timed
out. For more information about this event, see ISA Server Help. )
10:32:47 ERROR 504: Proxy Timeout ( The connection timed out. For more informati
on about this event, see ISA Server Help. ).
C:\UnixUtils\cat.EXE: ./nod_upd/update.ver: No such file or directory
C:\UnixUtils\sed.EXE: -e expression #1, char 46: Unterminated `s' command
No URLs found in download.lst.
НА проксе все разрещено для данного компьютера. И еще заметил. Есть комп с Ubuntu , там тоже нифига не выкачивается wgetom ,тоже пишет прокси 504 ошибку.... скажите плиз, где че покрутить. Грешу на проксю, но млин, на ней же все разрешено....