FolusWen 986193c1f3 2020.02.29 / Folus Wen 5 éve
..
examples 986193c1f3 2020.02.29 / Folus Wen 5 éve
libcurl 986193c1f3 2020.02.29 / Folus Wen 5 éve
BINDINGS 986193c1f3 2020.02.29 / Folus Wen 5 éve
BUGS 986193c1f3 2020.02.29 / Folus Wen 5 éve
CONTRIBUTE 986193c1f3 2020.02.29 / Folus Wen 5 éve
DISTRO-DILEMMA 986193c1f3 2020.02.29 / Folus Wen 5 éve
FAQ 986193c1f3 2020.02.29 / Folus Wen 5 éve
FEATURES 986193c1f3 2020.02.29 / Folus Wen 5 éve
HISTORY 986193c1f3 2020.02.29 / Folus Wen 5 éve
HTTP-COOKIES 986193c1f3 2020.02.29 / Folus Wen 5 éve
INSTALL 986193c1f3 2020.02.29 / Folus Wen 5 éve
INSTALL.devcpp 986193c1f3 2020.02.29 / Folus Wen 5 éve
INTERNALS 986193c1f3 2020.02.29 / Folus Wen 5 éve
KNOWN_BUGS 986193c1f3 2020.02.29 / Folus Wen 5 éve
LIBCURL-STRUCTS 986193c1f3 2020.02.29 / Folus Wen 5 éve
LICENSE-MIXING 986193c1f3 2020.02.29 / Folus Wen 5 éve
MAIL-ETIQUETTE 986193c1f3 2020.02.29 / Folus Wen 5 éve
MANUAL 986193c1f3 2020.02.29 / Folus Wen 5 éve
Makefile 986193c1f3 2020.02.29 / Folus Wen 5 éve
Makefile.am 986193c1f3 2020.02.29 / Folus Wen 5 éve
Makefile.in 986193c1f3 2020.02.29 / Folus Wen 5 éve
README.netware 986193c1f3 2020.02.29 / Folus Wen 5 éve
README.win32 986193c1f3 2020.02.29 / Folus Wen 5 éve
RELEASE-PROCEDURE 986193c1f3 2020.02.29 / Folus Wen 5 éve
RESOURCES 986193c1f3 2020.02.29 / Folus Wen 5 éve
SECURITY 986193c1f3 2020.02.29 / Folus Wen 5 éve
SSL-PROBLEMS 986193c1f3 2020.02.29 / Folus Wen 5 éve
SSLCERTS 986193c1f3 2020.02.29 / Folus Wen 5 éve
THANKS 986193c1f3 2020.02.29 / Folus Wen 5 éve
TODO 986193c1f3 2020.02.29 / Folus Wen 5 éve
TheArtOfHttpScripting 986193c1f3 2020.02.29 / Folus Wen 5 éve
VERSIONS 986193c1f3 2020.02.29 / Folus Wen 5 éve
curl-config.1 986193c1f3 2020.02.29 / Folus Wen 5 éve
curl.1 986193c1f3 2020.02.29 / Folus Wen 5 éve
index.html 986193c1f3 2020.02.29 / Folus Wen 5 éve

README.netware

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

README.netware

Read the README file first.

Curl has been successfully compiled with gcc / nlmconv on different flavours
of Linux as well as with the official Metrowerks CodeWarrior compiler.
While not being the main development target, a continuously growing share of
curl users are NetWare-based, specially also consuming the lib from PHP.

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

Read the INSTALL file for instructions how to compile curl self.