Search:

Type: Posts; User: Nominal Animal

Search: Search took 0.07 seconds.

  1. Replies
    11
    Views
    5,172

    Ah, sorry about that. An FTP client and/or server...

    Ah, sorry about that. An FTP client and/or server is a pretty big project, so I thought you might be already familiar with those.

    The technique I showed is probably a bit too complex to start...
  2. Replies
    11
    Views
    5,172

    Why not use a structure to hold the response to...

    Why not use a structure to hold the response to various FTP commands? Something like the following


    struct response {
    int status;
    size_t allocated;
    size_t length;
    char ...
Results 1 to 2 of 2