Skip to content
Snippets Groups Projects
  1. Jul 14, 2006
  2. Jul 13, 2006
  3. Jul 12, 2006
  4. Jul 08, 2006
  5. Jun 10, 2006
  6. Jun 09, 2006
  7. Jun 08, 2006
  8. Jun 07, 2006
  9. May 27, 2006
  10. May 25, 2006
  11. May 24, 2006
  12. May 11, 2006
  13. May 10, 2006
  14. Apr 26, 2006
  15. Apr 10, 2006
  16. Apr 05, 2006
  17. Mar 28, 2006
  18. Mar 03, 2006
  19. Feb 25, 2006
  20. Feb 22, 2006
  21. Feb 18, 2006
  22. Feb 06, 2006
  23. Jan 24, 2006
    • Daniel Stenberg's avatar
      Michal Marek provided a patch for FTP that makes libcurl continue to try PASV · 67bf4f28
      Daniel Stenberg authored
      even after EPSV returned a positive response code, if libcurl failed to
      connect to the port number the EPSV response said. Obviously some people are
      going through protocol-sensitive firewalls (or similar) that don't understand
      EPSV and then they don't allow the second connection unless PASV was
      used. This also called for a minor fix of test case 238.
      67bf4f28
  24. Jan 19, 2006
    • Daniel Stenberg's avatar
      Duane Cathey was one of our friends who reported that curl -P [IP] · fcfd6d95
      Daniel Stenberg authored
      (CURLOPT_FTPPORT) didn't work for ipv6-enabed curls if the IP wasn't a
      "native" IP while it works fine for ipv6-disabled builds!
      
      In the process of fixing this, I removed the support for LPRT since I can't
      think of many reasons to keep doing it and asking on the mailing list didn't
      reveal anyone else that could either. The code that sends EPRT and PORT is
      now also a lot simpler than before (IMHO).
      fcfd6d95
Loading