Re: [Announce] euLibCurl - An internet protocol transfer library
- Posted by 10963508 at europeonline.com Aug 26, 2002
- 444 views
Can you tell me where is main documentation for this library? On their site it's all messed up, I don't know where is main documentation to download, for programmers. I just want one internet library to: work with ftp and http and should never fail - find out if file exists - get size of file - read whole file, or read it bytes by bytes - enumerate files in ftp directory and get their info (size etc) Is curlib capable to do this? If yes, which functions do this? I wrapped wininet win32 api but it fails a lot of times. for example internet exporer can browse one ftp, but when i try that ftp with my lib it fails.