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