Thread: Initiating a file transfer with a CGI script in C++

  1. #1
    paladin217
    Guest

    Initiating a file transfer with a CGI script in C++

    I would like to write a CGI script that logs the IP address of the person that runs it and then initiates a file transfer. I know how to handle the logging of the client's IP address, but I have no idea where to begin with starting the file transfer. Can anyone point me in the right direction?

  2. #2
    I lurk
    Join Date
    Aug 2002
    Posts
    1,361
    Do you mean initiating a file download by a user? Simply redirect them to the URL containing the file you wish them to download...

  3. #3
    Registered User
    Join Date
    Oct 2002
    Posts
    3
    OK, how dod I dod that? :-)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. gcc link external library
    By spank in forum C Programming
    Replies: 6
    Last Post: 08-08-2007, 03:44 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  4. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM
  5. Replies: 0
    Last Post: 09-14-2001, 01:46 AM