On Thu, 2013-01-17 at 10:23 +0100, Zdenek Pavlas wrote:
> Curl does not always provide text descriptions in its error messages.
> urlgrabber translates HTTP response codes to text, but not FTP codes.
> Add text description of the curl error code as a fallback.
> 
> URLGrabError(14, 'FTP Error 530') becomes
> URLGrabError(14, 'FTP Error 530 - Authentication failure') or
> URLGrabError(14, 'FTP Error 530 - Access denied: 530') when curl is fixed.
> 
> Also make server-side exceptions more consistent with other exceptions,
> remove failed URL from the message and put it into an .url attribute.

 ACK.

_______________________________________________
Yum-devel mailing list
[email protected]
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to