Skip Menu |

This queue is for tickets about the Net-FTPSSL CPAN distribution.

Report information
The Basics
Id: 16751
Status: resolved
Priority: 0/
Queue: Net-FTPSSL

People
Owner: kral [...] cpan.org
Requestors: tthurman [...] thebenefitbank.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: 0.05



Subject: Misinterprets multiline responses under some circumstances
If Net::FTPSSL receives a multiline response (as defined in RFC 959 sec 4.2), and the entire multiline response is not read in one call to sysread, the module does not attempt to read the rest of the response. This causes the unread part of the response to be interpreted as a response to the next FTP command issued, and so it continues out of step until the end of the FTP session. We are using one particular FTPSSL server on which this always happens, making sending and receiving impossible. The attached patch against v0.04 fixes this problem. Perl version: This is perl, v5.8.4 built for i386-linux-thread-multi uname -a: Linux charcoal 2.6.8-camera3 #1 SMP Mon Dec 26 13:21:16 EST 2005 i686 GNU/Linux
Download patch
application/octet-stream 1.8k

Message body not shown because it is not plain text.

Many thanks for your patch. I'll apply it on the next release of Net-FTPSSL. -- kral
From: tthurman [...] thebenefitbank.com
You might want to take out the "use Data::Dumper" I accidentally left in there! Sorry about that.
I'm working on the 0.05 version of Net::FTPSSL. If everything goes well, I'm going to release the new version on this week. -- kral