1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00
Daniel Stenberg d3c9f3d6f8 clarify that CURLE_FTP_USER_PASSWORD_INCORRECT might in fact get returned
even if user and password are correct
2004-08-11 08:44:36 +00:00
..
2004-06-30 12:34:33 +00:00
2004-08-11 06:42:20 +00:00
2003-08-18 15:24:46 +00:00
2003-08-18 15:27:26 +00:00
2004-07-06 08:08:13 +00:00
FAQ
2004-08-10 12:41:44 +00:00
2004-01-07 14:50:11 +00:00
2004-08-10 08:42:54 +00:00
2004-07-12 11:29:36 +00:00
2004-08-09 12:39:28 +00:00

                                  _   _ ____  _     
                              ___| | | |  _ \| |    
                             / __| | | | |_) | |    
                            | (__| |_| |  _ <| |___ 
                             \___|\___/|_| \_\_____|

README.win32

  Read the README file first.

  Curl has been compiled, built and run on all sorts of Windows and win32
  systems. While not being the main develop target, a fair share of curl users
  are win32-based.

  The unix-style man pages are tricky to read on windows, so therefore are all
  those pages converted to HTML as well as pdf, and included in the release
  archives.

  The main curl.1 man page is also "built-in" in the command line tool. Use a
  command line similar to this in order to extract a separate text file:

        curl -M >manual.txt