I tried using the string
curl --user login:pass zyx.com/blog/wp-content/update-feeds.php -d update=quiet
from this thread
http://wordpress.org/support/topic/74834
which gets me this
% Total % Received % Xferd Average Speed Time Curr.
Dload Upload Total Current Left Speed
100 81 0 81 0 0 96 0 --:--:-- 0:00:00 --:--:-- 96
100 81 0 81 0 0 96 0 --:--:-- 0:00:00 --:--:-- 0
update-feeds (2006-11-10 15:39:24): ERROR: Could not log in as '' (password: '')
I have tried changing pass to password...to my actual password...to the password in quotes
I've tried changing it to user admin:realpassword
all of these still result in a password error
any suggestions?