CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2009
    Posts
    140

    Unhappy FTP without MFC is it possible?

    hi, i'm making a project without MFC and can't (don't want to) use MFC, is there a way to upload files to FTP without MFC?

  2. #2
    Join Date
    May 2001
    Location
    Germany
    Posts
    1,158

    Re: FTP without MFC is it possible?


  3. #3
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: FTP without MFC is it possible?

    Check out WININET functions, you can use Ftp named functions to do that.

    Like FtpCommand, FtpOpenFile, FtpPutFile etc.
    Regards,
    Ramkrishna Pawar

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured