Thread: TCP/IP Program

  1. #1
    Unregistered
    Guest

    Question TCP/IP Program

    Is it possible to write a program in C++ (or C) that can log into an FTP server and open a file from the server?

    Can it be done with <fstream.h>? Or is there a special header you need to include, and if so, could someone direct me where to go?

    Many thanks, Paul

  2. #2
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    look into winsock. i'm just starting it now.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  2. BOOKKEEPING PROGRAM, need help!
    By yabud in forum C Programming
    Replies: 3
    Last Post: 11-16-2006, 11:17 PM
  3. I need some help with my program please.
    By agentxx04 in forum C Programming
    Replies: 9
    Last Post: 09-26-2004, 07:51 AM
  4. Tcp/ip Monitoring program
    By Unregistered in forum C++ Programming
    Replies: 0
    Last Post: 10-12-2001, 09:18 PM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM