Ed Avis <[EMAIL PROTECTED]> writes:
> LWP::Simple is able to get ftp:// URLs. But the pod documentation
> doesn't say whether it uses binary or ASCII transfer mode. I'm not
> sure of the best place to document that, but it needs to be documented
> somewhere that you could find starting from the LWP::Simple docs.
It is documented in the LWP manpage (the first reference in the SEE
ALSO section of LWP::Simple).
In the "FTP Requests" sections it says:
The library supports ftp ASCII transfer mode by specifying the "type=a"
parameter in the URL. It also supports transfer of ranges for FTP
transfers using the "Range" header.
Regards,
Gisle