Is there any convenient tool/code that converts the standard cookie string format, e.g., NAME1: VALUE1; NAME2: VALUE2
to the libCURL cookie jar format, e.g., .netscape.com TRUE / FALSE 946684799 NETSCAPE_ID 100103
LibCurl seems to have such functionality and how to access it, like using shell command?