Hi!
I work with MFC, i need connect to FTP or HTTP server and do something.
How i can in (CFtpConnection,CInternetSession classes) get all information about session when i connect to FTP or HTTP server, upload or dowmnload file etc. For example "Connecting" ,"Connect", "Uploading" and else

CFtpConnection info??
chance1166
For such issues, please use the newsgroups at http://msdn.microsoft.com/newsgroups
OTP
Thanks, Ayman Shoukry VC++ TeamJimmyDin10SC
Hi,
You can use a "GetFile" method of "CFtpConnection" class to get a file from an FTP server and store it on the local machine, and "PutFile" method of "CFtpConnection" class to store a file on an FTP server.
Thanks.
Endif