Search:

Type: Posts; User: Dynamo

Search: Search took 0.00 seconds.

  1. uploading file to http server via multipart form data

    Hi,
    I have written a code which generates an xml file, now I need to send this xml file to a http server, using multipart form data in C++.
    the code is


    #include <string>
    #include <iostream>...
  2. I think you have not read the post in entirety, I...

    I think you have not read the post in entirety, I already said I am newbie to socket programming.
    I you cannot help, please not mind posting.
    Thanks,
  3. multiple forks in one client connection (ftpclient)

    Hi,
    I am new to socket programming, I wrote an ftpclient which connects to an ftp server and downloads a file to the client computer.
    Now in one client connection I want to download multiple files...
  4. Replies
    12
    Views
    9,809

    Hi kurt, Thanks !!!!!!!! Your code worked...

    Hi kurt,
    Thanks !!!!!!!! Your code worked perfectly.

    Thanks again.
  5. Replies
    12
    Views
    9,809

    Hi Lucky, Appreciate your code, however I...

    Hi Lucky,
    Appreciate your code, however I already have a simple config file which is also being parsed by php and perl scripts, defining the file again in C++ will be double the work and if any...
  6. Replies
    12
    Views
    9,809

    Here is my code void...

    Here is my code


    void PMail::parsePmailConfig() {

    // Local variable declaration
    string pmailNameStr;
    string pmailValueStr;
    string remainderstr;
  7. Replies
    12
    Views
    9,809

    that's exactly what I am doing, however I am...

    that's exactly what I am doing, however I am unable to iterate over a map and look for the values within the braces.
    I am trying to do like this, but it's not working


    resultstring =...
  8. Replies
    12
    Views
    9,809

    QUOTE=Salem]So what's the problem? How to find...

    QUOTE=Salem]So what's the problem?

    How to find the ':' ?

    Or what to do with "DYNAMICBASEDIR" and "/var/maildir" when you've extracted them from the input string?[/QUOTE]
    I have to replace the...
  9. Replies
    12
    Views
    9,809

    Parsing config file in C++

    Hi,
    I have a config file which has entries like


    DYNAMICBASEDIR : /var/maildir
    DYNAMICTEMPDIR : {DYNAMICBASEDIR}/tmp/
    USERDATAMAILFILEDIR : {DYNAMICBASEDIR}/domains/

    This is a common...
  10. Replies
    2
    Views
    1,065

    Redirecting stdoutput to buffer

    Hi,
    I am using Clamv as antivirus program to check for any virus infected files.
    How do I execute the command for invoking the antivirus program and interpret the results.
    System only indicates...
Results 1 to 10 of 10