Chris,
2 pbms - one on my end & one on yours: To fix my pbm, download
xFTP, v. 0.41 from my website (
http://home.mesh.net/turnerjw/jim/ or
from CPAN. The pbm was that v0.4 was silently using Net::FTP by mistake
for FTPSSL! The issue on your end is that you will either need to also
include a "use Net::FTPSSL" line in your code to get the crypting
constants such as "EXP_CRYPT", or use their actual string values (ie.
"E" for EXP_CRYPT)! That should fix it! Let me know either way, if fixed, so i can close the bug.
--- On Tue, 6/15/10, Chris via RT <bug-Net-xFTP@rt.cpan.org> wrote:
From: Chris via RT <bug-Net-xFTP@rt.cpan.org>
Subject: [rt.cpan.org #58210] Feature Request: Net::FTPSSL Integration
To:
Date: Tuesday, June 15, 2010, 9:11 AM
Queue: Net-xFTP
Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=58210 >
Ahh, I'm didn't realize I needed to specify the encryption method. FYI,
I was calling new() like this:
my $Session = Net::xFTP->new("$Proto", "$RemoteHost",
user=>"$User",password=>"$Pass") or die...
However adding "Encryption => EXP_CRYPT" to the statement doesn't seem
to change anything...
--- On Tue, 6/15/10, Chris via RT <bug-Net-xFTP@rt.cpan.org> wrote:
From: Chris via RT <bug-Net-xFTP@rt.cpan.org>
Subject: [rt.cpan.org #58210] Feature Request: Net::FTPSSL Integration
To:
Date: Tuesday, June 15, 2010, 9:11 AM
Queue: Net-xFTP
Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=58210 >
Ahh, I'm didn't realize I needed to specify the encryption method. FYI,
I was calling new() like this:
my $Session = Net::xFTP->new("$Proto", "$RemoteHost",
user=>"$User",password=>"$Pass") or die...
However adding "Encryption => EXP_CRYPT" to the statement doesn't seem
to change anything...