tamenti
04-05-2002, 06:23 AM
Im trying to set up a cronjob to take care of updating my dyndns.dk account.
On their website they say I should set up a cronjob calling an URL like this: http://dyndns.dk/opdat.php?name=myAccount&domain=dyndns.dk&pw=password&silent=1
But, alas, I cant get curl to do it. I tried -F and -d for the info but each time curl just do nothing, and my account is un-updated.
Ive tried commands like this : curl -d name=myAccount -d domain=dyndns.dk -d pw=myPassword -d silent=1 http://dyndns.dk/opdat.php
What am I doing wrong??
Tamen.
On their website they say I should set up a cronjob calling an URL like this: http://dyndns.dk/opdat.php?name=myAccount&domain=dyndns.dk&pw=password&silent=1
But, alas, I cant get curl to do it. I tried -F and -d for the info but each time curl just do nothing, and my account is un-updated.
Ive tried commands like this : curl -d name=myAccount -d domain=dyndns.dk -d pw=myPassword -d silent=1 http://dyndns.dk/opdat.php
What am I doing wrong??
Tamen.