Until quite recently I was able to upload spots using curl in a script but it no longer works. I am able to upload the file manually so the format is correct. Curl gives an error 28 which could relate to name lookup but I am able to ping www.wsprnet.org.
Has something changed recently?
The curl command that I am using (which worked until a week or so ago) is:
curl -sS -m 45 -F allmept=@$ALLMEPT -F call=$CALL -F grid=$GRID http://wsprnet.org/post
Thanks for any pointers.