NNTPClient Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gurdeep Saini

    NNTPClient Question

    Hi, I have used perl's News::NNTPClien t in order to retrieve posts from a
    news group for last 2 years. Now, I host my website on a server where there
    is no news server installed. The same program that needs the news server,
    doesn't work.

    I want to know If it is possible to access a remote news server and stream
    the posts from a news group on that server to my machine.

    I really need help with this problem. I will be so gratefull to one with
    helpfull solution.
    Thank You

    --
    Gurdeep Saini

    --
    Gurdeep Saini


  • Anthony Papillion II

    #2
    Re: NNTPClient Question


    Gurdeep Saini <gurdeepsn@yaho o.com> wrote in message
    news:PQSkd.3073 0$Z7.1034690@ne ws20.bellglobal .com...[color=blue]
    > Hi, I have used perl's News::NNTPClien t in order to retrieve posts from a
    > news group for last 2 years. Now, I host my website on a server where[/color]
    there[color=blue]
    > is no news server installed. The same program that needs the news server,
    > doesn't work.
    >
    > I want to know If it is possible to access a remote news server and stream
    > the posts from a news group on that server to my machine.[/color]

    Hi Gurdeep,

    If I understand your problem correctly - and I may not since I still
    consider myself a Perl novice - you shouldn't need to stream posts to your
    script. Check out the modules auth_info() function. This allows you to login
    to a remote news server from your script.

    Hope this Helps,
    Anthony Papillion


    Comment

    Working...