Subject: | lynx should not be used for downloading |
The problem with lynx is that an error cannot be detected. So the
following command
lynx -source
http://www.cpan.org/authors/id/S/SR/SREZIC/patches/thisfiledoesnotexist;
echo $?
shows exit code 0 (success) and would happily store the 404 error page
in the local cache directory. Especially with patches there's no extra
safety net by checking against the CHECKSUMS file.
I think it's best to not use lynx at all --- nowadays LWP, Net::FTP,
wget, or curl do a better job.
Regards,
Slaven