Subversion Repositories cheapmusic

Rev

Blame | Last modification | View Log | RSS feed

#!/bin/bash
HOST=ftp.dnsexit.com
USER=vh3504
PASSWORD=u2TTJdm3

php /var/www/cheapmusic/www/php/getExchangeRates.php
rc=$?

if [ $rc -ne 0 ]
then
    exit
fi

ftp -inv $HOST <<EOF
user $USER $PASSWORD
cd findcheapmusic.com/php
binary
put exchangeRates.php
bye
EOF