CFtpConnection info??

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



Answer this question

CFtpConnection info??

  • chance1166

    For such issues, please use the newsgroups at http://msdn.microsoft.com/newsgroups

    OTP

    Thanks,
    Ayman Shoukry
    VC++ Team


  • JimmyDin10SC

    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

    you dont aderstand i need get information about ftp connection for example connetion status or status downloading file or else.
  • CFtpConnection info??