Quote Originally Posted by bpryor View Post

Anyway I ended up trying another suggestion I found which was as follows:

Code:
/usr/bin/curl http://www.mysite.com/checkout_by_amazon.php?action=Everything -O /dev/null
This returns the following and I have no idea if this means it's working or not.
Code:
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
Thanks for your help.

Bill

I tried this one, and this is what I'm getting now:

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

100 392 100 392 0 0 58263 0 --:--:-- --:--:-- --:--:-- 58263
100 392 100 392 0 0 57251 0 --:--:-- --:--:-- --:--:-- 0

curl: (3) <url> malformed
I'm assuming the 'curl: (3) <url> malformed' means something still isn't quite right with mine. Any suggestions? :)