1. 17 Feb, 2009 2 commits
    • Daniel Stenberg's avatar
      three new CURLFTP_CREATE_DIR* symbols · 0517fa15
      Daniel Stenberg authored
      0517fa15
    • Daniel Stenberg's avatar
      - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for · 8f81fd6b
      Daniel Stenberg authored
        plain FTP connections, and it will then allow MKD to fail once and retry the
        CWD afterwards. This is especially useful if you're doing many simultanoes
        connections against the same server and they all have this option enabled,
        as then CWD may first fail but then another connection does MKD before this
        connection and thus MKD fails but trying CWD works! The numbers can
        (should?) now be set with the convenience enums now called
        CURLFTP_CREATE_DIR and CURLFTP_CREATE_DIR_RETRY.
      
        Tests has proven that if you're making an application that uploads a set of
        files to an ftp server, you will get a noticable gain in speed if you're
        using multiple connections and this option will be then be very useful.
      8f81fd6b
  2. 16 Feb, 2009 1 commit
  3. 14 Feb, 2009 3 commits
  4. 13 Feb, 2009 5 commits
  5. 12 Feb, 2009 3 commits
  6. 11 Feb, 2009 1 commit
  7. 10 Feb, 2009 6 commits
  8. 09 Feb, 2009 2 commits
  9. 07 Feb, 2009 2 commits
  10. 06 Feb, 2009 1 commit
  11. 05 Feb, 2009 1 commit
  12. 04 Feb, 2009 3 commits
  13. 03 Feb, 2009 2 commits
  14. 02 Feb, 2009 3 commits
  15. 31 Jan, 2009 3 commits
  16. 30 Jan, 2009 2 commits