Skip to content
  1. Jan 10, 2006
    • Daniel Stenberg's avatar
      When using a bad path over FTP, as in when libcurl couldn't CWD into all · 44313386
      Daniel Stenberg authored
      given subdirs, libcurl would still "remember" the full path as if it is the
      current directory libcurl is in so that the next curl_easy_perform() would
      get really confused if it tried the same path again - as it would not issue
      any CWD commands at all, assuming it is already in the "proper" dir.
      
      Starting now, a failed CWD command sets a flag that prevents the path to be
      "remembered" after returning.
      44313386
  2. Jan 09, 2006
  3. Jan 08, 2006
  4. Jan 07, 2006
  5. Jan 06, 2006
  6. Jan 05, 2006
  7. Jan 04, 2006
  8. Jan 03, 2006
  9. Jan 02, 2006
  10. Dec 30, 2005