Thread: visual c++ MFC ftp

  1. #1
    Registered User
    Join Date
    Feb 2004
    Posts
    8

    visual c++ MFC ftp

    Does enyone now how to maka a simple program in c++ that woud connect to a ftp server .......



    are there eny exsamples on the internet ?

  2. #2
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    Found a few sites after a quick google search:

    http://www.cpp-home.com/tutorial.php?256_1
    which branches from:
    http://www.programmershelp.co.uk/c++tutorials.php

    That should help you somewhat hopefully. Here's the google search I did in case you want to know:

    http://www.google.com/search?hl=en&l...tp&btnG=Search

  3. #3
    Registered User
    Join Date
    Feb 2004
    Posts
    8
    http://www.cpp-home.com/tutorial.php?256_1

    this page is wery nice but wnet I test the program the library #include "ifxinet.h
    is not found where can I get it ?

  4. #4
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    hmm, possibly they meant <afxinet.h> ?

    might have been a typo or something....

  5. #5
    Registered User
    Join Date
    Feb 2004
    Posts
    8
    ok it was a typo ))))

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM