Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: brentd42 [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.05



Subject: Net-FTPSSL writing PASV response Debug message to STDIN instead STDERR
Date: Thu, 28 Dec 2006 16:43:44 -0700
To: <bug-net-ftpssl [...] rt.cpan.org>
From: Brent Davis <brentd42 [...] hotmail.com>
This is a prety small issue. I noticed that the Debug option is writing the server PASV command response to STDIN instead of STDERR. Line 134 is currently ... print "<<< " . $msg if ${*$self}{'debug'}; ... but should be ... print STDERR "<<< " . $msg if ${*$self}{'debug'}; I believe this was the only debug message not being written to STDERR. BTW, looking forward to your next version that includes the patch for bug 16751. That particular patch was required for use with my particular SSL FTP server which can send multiline responses. Show quoted text
_________________________________________________________________ Try amazing new 3D maps http://maps.live.com/?wip=51
Fixed in v0.05