http://qs321.pair.com?node_id=776822


in reply to Why would trying to install net::ftp fail?

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Answer: I cannot find/install net::ftp for some reason any one know why?
by marto (Cardinal) on Jul 03, 2009 at 15:22 UTC

    Update: When the following reply was made the parent post by hnd read:

    try to run cpan on the terminal (if you have linux) or the cmd (on windows) and type<br.
    cpan>install net::ftp

    it will get installed automatically......

    This was edited by jdporter

    My reply was:

    No it wont, did you test this at all?

    cpan> install net::ftp Warning: Cannot install net::ftp, don't know what it is. Try the command i /net::ftp/ to find objects with matching identifiers.

    What you want is:

    cpan> install Net::FTP

    Or via PPM:

    c:\ppm install Net::FTP

    Perhaps reading Installing Modules would be a good idea.

    Martin

Re: Answer: I cannot find/install net::ftp for some reason any one know why?
by Anonymous Monk on Jul 03, 2009 at 04:29 UTC
    ....if all goes according to plan :)