MFC CFTPConnection getting server answered number
I wonder how I can get the server answer when I use the wininet MCF classes. I connect to a FTP Server and it's working fine but I need to know the server answer anyway to build a log file, for example an answer like "226" to tell me that the file upload was OK. I'm using MFC classes CInternetSession and CFTPConnection to handle my ftp functions.
Thanks.

