Menu

wxCURL / News: Recent posts

wxCURL 0.2 Posted

wxCURL 0.2 has been posted. I have added a reasonably well working wxCurlFTP class. I've greatly expanded and clarrified the demo application, which also serves as a test-bed for the wxCURL library.

wxCurlFTP has support for (among other CURL specific elements):

GET
PUT
MKDIR
RMDIR
DELETE
RENAME
LIST
NLST
INFO

All of these serve the same purpose as would be expected from an FTP client API. INFO however provides a different set of data than might be generally available from an FTP API. INFO allows you to retrieve size information quickly and simply regarding a resource, as well as it's data information (byte vs. text).... read more

Posted by Casey ODonnell 2004-07-28

wxCURL 0.1 Posted

wxCURL has been posted on the SF.NET web-site.
http://sourceforge.net/projects/wxcurl/

This initial version of wxCURL has the following sub-classes:

wxCurlBase - Basic LibCURL abstraction layer. Unless you're trying to create a more abstract layer for wxCurl, this class probably wont matter to you. It has a good deal of member data that concerns the lower classes, but is not completely necessary to understand to use the children classes.... read more

Posted by Casey ODonnell 2004-07-16

wxCURL Resurrected

I have taken over development of wxCURL, the wxWidgets binding for LibCURL. wxCurlDAV (http://homepage.mac.com/codonnell/wxcurldav/) is the first component that will compromise the LibCURL bindings. In an effort to make these classes more usable by wxWidgets (http://www.wxwidgets.org/) users, they will be broken down into several different classes. Each class will provide an interface that has been speicialize for the types of calls being made to the library. For example:... read more

Posted by Casey ODonnell 2004-07-01