Net::FTPSSL problem (or how to do FTP over SSL another way?)
- From: "DSIOMTW" <dsiomtw@xxxxxxxxx>
- Date: 24 Jan 2007 23:17:19 -0800
I'm trying to write a simple script to upload a file to an FTP server
using Net::FTPSSL. Everything works fine until I try to actually upload
the file. Based on the warnings and trace info it seems to have
something to do with using PASV mode. I'm able to connect and transfer
files just fine in PASV mode using my desktop FTP client, so I have no
idea what the problem might be. Here is the output when I run the
script. I get the same result whether I try to upload or download a
file. Any ideas? Is there any other easy way to do FTP over SSL in
Perl?
<<< 331 Password required for *****.USER *****
<<< 230-Welcome to the ***** Secure FTP Server!PASS *****
<<< 230 User ***** logged in.CWD /*****/
<<< 250 CWD command successful now (/******)TYPE A
<<< 200 Type set to APBSZ 0
<<< 200 Great whatever you sayPROT P
<<< 200 Data channel will be encryptedPASV
Use of uninitialized value in split at
/usr/lib/perl5/site_perl/5.8.5/Net/FTPSSL.pm line 141.
Use of uninitialized value in join or string at
/usr/lib/perl5/site_perl/5.8.5/Net/FTPSSL.pm line 143.
Use of uninitialized value in join or string at
/usr/lib/perl5/site_perl/5.8.5/Net/FTPSSL.pm line 143.
Use of uninitialized value in join or string at
/usr/lib/perl5/site_perl/5.8.5/Net/FTPSSL.pm line 143.
Use of uninitialized value in join or string at
/usr/lib/perl5/site_perl/5.8.5/Net/FTPSSL.pm line 143.
Use of uninitialized value in multiplication (*) at
/usr/lib/perl5/site_perl/5.8.5/Net/FTPSSL.pm line 144.
Use of uninitialized value in addition (+) at
/usr/lib/perl5/site_perl/5.8.5/Net/FTPSSL.pm line 144.
Use of uninitialized value in subroutine entry at
/usr/lib/perl5/5.8.5/i386-linux-thread-multi/Socket.pm line 373.
Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4
at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/Socket.pm line 373.
.
- Follow-Ups:
- Prev by Date: Re: SNPP proxy
- Next by Date: FAQ 2.15 Where can I buy a commercial version of perl?
- Previous by thread: Another procmail configuration
- Next by thread: Re: Net::FTPSSL problem (or how to do FTP over SSL another way?)
- Index(es):
Relevant Pages
|
Loading