%PDF- %PDF-
| Direktori : /proc/self/root/home/waritko/import/ |
| Current File : //proc/self/root/home/waritko/import/get.sh |
#!/bin/bash
set -x
#cd /www/knihkupectvi-monami.cz/www.knihkupectvi-monami.cz/update/
datSuff=`date +%Y-%m-%d_%H%M`
sqlUsr=knih_monami
sqlPass=3rXPmAgcqFPK
sqlDB=knih_monami
tstamp=`cat timestamp`
tokCat=`curl -D headers.txt "https://vo.knizniweb.cz/b2bGate?login=367443&password=mon*&synctype=T"`
tokAnot=`curl -D headers.txt "https://vo.knizniweb.cz/b2bGate?login=367443&password=mon*&synctype=A"`
tokAvail=`curl -D headers.txt "https://vo.knizniweb.cz/b2bGate?login=367443&password=mon*&synctype=D"`
#tokAvail=`curl -D headers.txt "https://vo.knizniweb.cz/b2bGate?login=367443&password=mon*&synctype=D"`
rm tituly.*
rm anotace.*
rm dostupnost.*
sleep 600;
wget -S "https://vo.knizniweb.cz/b2bGate?login=367443&password=mon*&token=${tokCat}" -O tituly.zip --progress=dot
wget -S "https://vo.knizniweb.cz/b2bGate?login=367443&password=mon*&token=${tokAvail}" -O dostupnost.zip --progress=dot
wget -S "https://vo.knizniweb.cz/b2bGate?login=367443&password=mon*&token=${tokAnot}" -O anotace.zip --progress=dot
7z x tituly.zip
7z x anotace.zip
7z x dostupnost.zip