in reply to Re^3: Net::FTP Help
in thread Net::FTP Help

Sorry, cybear, but Net::Telnet has the same problem as Net::FTP does: it will send your root password across the wire in clear text.

If you're going to try to do something like this, please use Net::SSH or Net::SSH::Perl.
--
Mike

Replies are listed 'Best First'.
Re: Re: Re^3: Net::FTP Help
by cybear (Monk) on Aug 27, 2002 at 22:21 UTC
    That part is absolutely correct... for sure this time. :-)

    - cybear