Search:

Type: Posts; User: binks

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    42,574

    I got it working, and I found out thanks to your...

    I got it working, and I found out thanks to your advice of enabling verbose tracing! I love you for that!!

    Here is the final code, and output, for anyone else facing this issue.


    #include...
  2. Replies
    19
    Views
    42,574

    No this is the new code. #include ...

    No this is the new code.


    #include <stdio.h>
    #include <string.h>

    #include <curl/curl.h>
    #include <curl/types.h>
    #include <curl/easy.h>
    #include <sys/types.h>
  3. Replies
    19
    Views
    42,574

    I don't know where to find that information.

    I don't know where to find that information.
  4. Replies
    19
    Views
    42,574

    libcurl - curl_easy_setopt()...

    libcurl - curl_easy_setopt()

    Under Names and Password Options, it states these



    Not with the command line, but through an ftp manager, yes.
  5. Replies
    19
    Views
    42,574

    Thanks for clearing some things up, I truly...

    Thanks for clearing some things up, I truly appreciate it.

    How do you set authentication info through libcurl? Like so?

    curl_easy_setopt(curl, CURLOPT_USERNAME, "username");...
  6. Replies
    19
    Views
    42,574

    I have made the necessary modifications to apply...

    I have made the necessary modifications to apply to my scenerio, here's the code followed by the output.


    #include <stdio.h>
    #include <string.h>

    #include <curl/curl.h>
    #include...
  7. Replies
    19
    Views
    42,574

    How would it work through FTP? because the site...

    How would it work through FTP? because the site is HTTP.

    libcurl - ftpupload.c

    This is the libcurl example of ftp uploads, however, I don't quite get how it makes it through into the FTP...
  8. Replies
    19
    Views
    42,574

    New information, after doing some more searching,...

    New information, after doing some more searching, I found some documentation where it said the url had to include the output file name, so I updated my source, and now it's working. However, it...
  9. Replies
    19
    Views
    42,574

    So I looked into the documention, extensively,...

    So I looked into the documention, extensively, and searched on google, but yielded no results. I don't know what you mean by it's not complete, you mean like I'm missing a step?

    I tried sleeping...
  10. Replies
    19
    Views
    42,574

    Here is the log for it. IP address is blocked,...

    Here is the log for it. IP address is blocked, but you get the gist.

    10725

    It seems everything is fine, however it says there is not upload speed...
  11. Replies
    19
    Views
    42,574

    HTTP File Upload Libcurl

    Hey,

    My program isn't uploading the file to the directory it is supposed to. Here's the code.

    #include <stdio.h>

    #include <curl/curl.h>
    #include <curl/types.h>
    #include <curl/easy.h>
Results 1 to 11 of 11