tody4me
01-27-2006, 01:23 PM
Does anyone know of any good C++ Programming Forumns? I have tried DevX and MSDN and Codeproject and for some reason I can't seem to find what I'm looking for. I am trying to write something in C++ that will go out to a ftp server, and query a directory for the list of files in the directory. I have the information for the server, and all of the things that I'm finding on how to connect to the ftp server uses the windows built-in wininet.dll api calls, which I don't want to do because I want this to run on either windows or linux platforms and because I'm getting an extended error on the server when trying to do so. I'm needing to either retrieve the error information from the server (which I'm trying to do as per documentation on M$'s web site) and all I get back is garbage. If someone would like for me to post the code that I already have to help diagnose what I have written, that would be good, but I'm not expecting that, I would like to know where to begin looking besides the places that I've already been.
TIA
TIA