Search:

Type: Posts; User: milan

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,027

    I have been trying similar code except setsid()...

    I have been trying similar code except setsid() .. thanks vVv.
    .. and of course i dont expect whole code ... just a hint
    Thanks again !!
  2. Replies
    5
    Views
    2,027

    ok... i'm into that now but ... more problems...

    ok... i'm into that now but ...
    more problems for me ... my server can only accept one connection and after i disconnect with client server dies (cant accept connections)
    I know that it's something...
  3. Replies
    5
    Views
    2,027

    Sorry for my bad english .. my question was about...

    Sorry for my bad english .. my question was about writing a client ... i need a hint to do that, like client for telnetd but without auth.
    It isn't malware or something like that .. i am reading...
  4. Replies
    5
    Views
    2,027

    help with sockets .. client-server programming

    i write small linux code just to spawn me shell when connect on it .. i use nc to connect on it ... but i want to code an client

    server just do regular things like... socket()... bind() .....
  5. Replies
    4
    Views
    1,616

    This seems to work ... thanks ;) #include...

    This seems to work ... thanks ;)


    #include <string.h>
    #include <stdio.h>
    main ()
    {
    FILE *cita;
    FILE *pise;
    char b[100];
  6. Replies
    4
    Views
    1,616

    files, strings, comparation ...

    'grep string file > newfile'
    i need an idea how to do this in C.
    I know how to open, create files, compare strings .. etc ...etc ... but i'm newbie .. and making the whole thing out .. it's still...
Results 1 to 6 of 6