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.