in reply to checking return from Net::FTPSSL

Have you tried the debug option?
my $ftps = Net::FTPSSL->new($server, Encryption => EXP_CRYPT, Debug => 1, Croak => 1) or die "Can't open $server\n$Net::FTPSSL::ERRSTR";

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh

Replies are listed 'Best First'.
Re^2: checking return from Net::FTPSSL
by csgonan (Initiate) on Oct 07, 2015 at 17:54 UTC
    Thank you. Your suggestions were very helpful and some were implemented.