Re: Net::FTPSSL error

2006-04-08 Thread Dan Nelson
In the last episode (Apr 08), Ashok Shrestha said: > Adding freebsd-hackers@freebsd.org > > On 4/8/06, Ashok Shrestha <[EMAIL PROTECTED]> wrote: > > I'm trying to use Net::FTPSSL to connect to an FTP server via SSL. > > Here is the script: > > > > #!/usr/bin/perl -w > > > > use Net::FTPSSL; > >

Re: Net::FTPSSL error

2006-04-08 Thread Ashok Shrestha
Adding freebsd-hackers@freebsd.org On 4/8/06, Ashok Shrestha <[EMAIL PROTECTED]> wrote: > Hi all, > > System Info: > FreeBSD 6.0-RELEASE > bsdpan-Net-FTPSSL-0.04 > p5-Net-SSLeay-1.30_1 > perl-5.8.7 > > > > I'm trying to use Net::FTPSSL to connect to an FTP server via SSL. > > > > Here is the scrip