Confused. Can I use wget/ssh or not?

Status
Not open for further replies.

32n39s

New Member
Messages
2
Reaction score
0
Points
0
Hi.

I have an adfree account. My cron jobs work fine.
I have searched forums for some info on using wget in cron. Found some misleading info. A message from moderator that he/she disabled it. Then some later topics on successful solving issues with wget. But when I try to use wget in my cron - i get /bin/sh: /usr/bin/wget Permission denied. Would you mind clearing this up for me? I just want to compile rss links on one page at the end of the day - something like /usr/bin/wget http://myblog.blog.com/rss.xml - is it possible?

And another question. Is ssh disabled here? Because I find ssh in the list of adfree running services here - http://forums.x10hosting.com/free-hosting/13706-x10hosting-services-up-down.html But cannot find it in my Security tab in cPanel. Kinda misleading.

Thank you very much in advance.
 

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
Use CURL to compile your links (or file_get_contents if you don't feel comfortable with CURL), SSH is not enabled for free users.
 

32n39s

New Member
Messages
2
Reaction score
0
Points
0
Thank you for clearing this up for me. I will use python instead.

Regards!
 
Status
Not open for further replies.
Top