1. 05 Apr, 2008 1 commit
    • Daniel Stenberg's avatar
      - Based on the Debian bug report #474224 that complained about the FTP error · 7607d514
      Daniel Stenberg authored
        message when libcurl doesn't get a 220 back immediately on connect, I now
        changed it to be more specific on what the problem is. Also worth noticing:
        while the bug report contains an example where the response is:
      
          421 There are too many connected users, please try again later
      
        we cannot assume that the error message will always be this readable nor
        that it fits within a particular boundary etc.
      7607d514
  2. 04 Apr, 2008 1 commit
  3. 03 Apr, 2008 3 commits
  4. 31 Mar, 2008 3 commits
  5. 30 Mar, 2008 1 commit
  6. 27 Mar, 2008 2 commits
  7. 25 Mar, 2008 1 commit
  8. 22 Mar, 2008 1 commit
  9. 20 Mar, 2008 2 commits
  10. 18 Mar, 2008 3 commits
  11. 13 Mar, 2008 2 commits
    • Dan Fandrich's avatar
      Added tests 622-625 to test SFTP/SCP uploads. Test 625 was an attempt to · 040a4443
      Dan Fandrich authored
      reproduce the --ftp-create-dirs problem reported by Brian Ulm, but that
      seems to need a call curl_easy_reset() which this test case doesn't do.
      040a4443
    • Daniel Stenberg's avatar
      - Brian Ulm figured out that if you did an SFTP upload with · 641d5c41
      Daniel Stenberg authored
        CURLOPT_FTP_CREATE_MISSING_DIRS to create a directory, and then re-used the
        handle and uploaded another file to another directory that needed to be
        created, the second upload would fail. Another case of a state variable that
        wasn't properly reset between requests.
      
      - I rewrote the 100-continue code to use a single state variable instead of
        the previous two ones. I think it made the logic somewhat clearer.
      641d5c41
  12. 11 Mar, 2008 3 commits
  13. 10 Mar, 2008 1 commit
  14. 09 Mar, 2008 1 commit
    • Daniel Stenberg's avatar
      - Brian Ulm reported a crash when doing a second SFTP transfer on a re-used · 82e095a2
      Daniel Stenberg authored
        easy handle if curl_easy_reset() was used between them. I fixed it and Brian
        verified that it cured his problem.
      
      - Brian Ulm reported that if you first tried to download a non-existing SFTP
        file and then fetched an existing one and re-used the handle, libcurl would
        still report the second one as non-existing as well! I fixed it abd Brian
        verified that it cured his problem.
      82e095a2
  15. 06 Mar, 2008 3 commits
  16. 04 Mar, 2008 1 commit
  17. 01 Mar, 2008 1 commit
  18. 26 Feb, 2008 1 commit
  19. 25 Feb, 2008 1 commit
  20. 23 Feb, 2008 1 commit
  21. 22 Feb, 2008 1 commit
  22. 21 Feb, 2008 1 commit
  23. 20 Feb, 2008 4 commits
  24. 19 Feb, 2008 1 commit