Skip Menu |

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

Report information
The Basics
Id: 18820
Status: resolved
Priority: 0/
Queue: Net-TFTP

People
Owner: Nobody in particular
Requestors: patricia.wedum [...] intel.com
Cc:
AdminCc:

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



Subject: Setting octet
Setting the Mode => 'octet' in the constructor fails to propagate to the rest of this module. IE $tftp = Net::TFTP->new( "bla.bla.com", Debug => 1, Mode => 'octet', Timeout => 5, Retries => 5 ); In fact I was unable to coerce this package into using octet for any file "get" unless I explicitly edited the code and changed netascii to octet. Thank you
From: patricia.wedum [...] intel.com
On Fri Apr 21 15:22:14 2006, guest wrote: Show quoted text
> Setting the Mode => 'octet' in the constructor fails to propagate to the > rest of this module. IE > $tftp = Net::TFTP->new( "bla.bla.com", Debug => 1, Mode => 'octet', > Timeout => 5, Retries => 5 ); > > In fact I was unable to coerce this package into using octet for any > file "get" unless I explicitly edited the code and changed netascii to > octet. > > Thank you
This is not in fact a bug but pilot error. So much for trying to be a good CPAN citizen. Patricia