Skip Menu |

This queue is for tickets about the libnet CPAN distribution.

Report information
The Basics
Id: 95717
Status: resolved
Priority: 0/
Queue: libnet

People
Owner: Nobody in particular
Requestors: steve [...] computurn.com
Cc:
AdminCc:

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



Subject: FTP fails with 'ALLO command ignored'
When putting a file to a remote site, Net::FTP always precedes the PUT with an ALLO <FileSize> command. If the remote site responds with 'ALLO command ignored', Net::FTP should treat this response as a success and carry on. Instead, it fails. Alternatively, there should be an option to not automatically send an ALLO command.
Thanks for the report. This should now be fixed by the following commits: https://github.com/steve-m-hay/perl-libnet/commit/8bb43845710aa538de6b26d78891bc195053e4f8 https://github.com/steve-m-hay/perl-libnet/commit/d3f979bc23484557d092f464afb2c6f8759237b1 which will be released in libnet-1.28 soon.