Closed hebiyan closed 9 years ago
First of all thanks for the pull request! Second Its looks to me as the functions parse_uidl_all
and parse_uidl_one
do the same thing except for the regex definition. Could you split out the common functionality into a function where you just pass in the regex?
LGTM. Thanks for the pull request!
Thank you for merging this! I'm happy to help you.
Since this library seems to lack the implementation of UIDL command. So I wrote functions that send the UIDL command and that parse the response from server, based on rfc1939. Please check my code.
Sorry for my poor english. Thank you.