in reply to Net Ftp Server connection fail

Did you actually read the error message?

It says it needs BSD::Resource, and it can't seem to find it.

Did you install that module? Can you use it from other perl scripts? (try perl -MBSD::Resource -e1, if it prints an error you know that the module is not installed correctly).

Replies are listed 'Best First'.
Re^2: Net Ftp Server
by YGP (Acolyte) on Mar 14, 2008 at 12:41 UTC
    I installed that module. I did perl -MBSD::Resource -e1 and there is no error.