Skip to content
  1. Nov 03, 2013
  2. Nov 02, 2013
  3. Oct 31, 2013
  4. Oct 30, 2013
  5. Oct 29, 2013
  6. Oct 28, 2013
  7. Oct 27, 2013
  8. Oct 26, 2013
    • Steve Holme's avatar
      ftp: Fixed compiler warning · 9f503a25
      Steve Holme authored
      warning: 'result' may be used uninitialized in this function
      9f503a25
    • Daniel Stenberg's avatar
      FTP: make the data connection work when going through proxy · d44b0142
      Daniel Stenberg authored
      This is a regression since the switch to always-multi internally
      c4312741.
      
      Test 1316 was modified since we now clearly call the Curl_client_write()
      function when doing the LIST transfer part and then the
      handler->protocol says FTP and ftpc.transfertype is 'A' which implies
      text converting even though that the response is initially a HTTP
      CONNECT response in this case.
      d44b0142