2000-05-22 13:35:35 -04:00
|
|
|
_ _ ____ _
|
|
|
|
Project ___| | | | _ \| |
|
|
|
|
/ __| | | | |_) | |
|
|
|
|
| (__| |_| | _ <| |___
|
|
|
|
\___|\___/|_| \_\_____|
|
|
|
|
|
|
|
|
|
|
|
|
This document has been introduced in order to let you find documents that
|
2000-06-09 03:00:45 -04:00
|
|
|
specify standards used by curl, software that extends curl, web pages with
|
|
|
|
"competing" utilities and information pages that describe some of the tools
|
|
|
|
that we use to build/compile/develop curl.
|
2000-05-22 13:35:35 -04:00
|
|
|
|
|
|
|
Standards
|
2000-06-09 03:10:47 -04:00
|
|
|
---------
|
2000-05-22 13:35:35 -04:00
|
|
|
|
|
|
|
RFC 959 - Defines how FTP works
|
|
|
|
|
2000-12-12 08:10:45 -05:00
|
|
|
RFC 1635 - How to Use Anonymous FTP
|
|
|
|
|
2000-05-22 13:35:35 -04:00
|
|
|
RFC 1738 - Uniform Resource Locators
|
|
|
|
|
|
|
|
RFC 1777 - defines the LDAP protocol
|
|
|
|
|
|
|
|
RFC 1808 - Relative Uniform Resource Locators
|
|
|
|
|
|
|
|
RFC 1867 - Form-based File Upload in HTML
|
|
|
|
|
|
|
|
RFC 1950 - ZLIB Compressed Data Format Specification
|
|
|
|
|
|
|
|
RFC 1951 - DEFLATE Compressed Data Format Specification
|
|
|
|
|
|
|
|
RFC 1952 - gzip compression format
|
|
|
|
|
|
|
|
RFC 1959 - LDAP URL syntax
|
|
|
|
|
|
|
|
RFC 2045-2049 - Everything you need to know about MIME! (needed for form
|
|
|
|
based upload)
|
|
|
|
|
|
|
|
RFC 2068 - HTTP 1.1 (obsoleted by RFC 2616)
|
|
|
|
|
|
|
|
RFC 2109 - HTTP State Management Mechanism (cookie stuff)
|
|
|
|
- Also, read Netscape's specification at
|
2000-12-12 05:05:49 -05:00
|
|
|
http://curl.haxx.se/rfc/cookie_spec.html
|
2000-05-22 13:35:35 -04:00
|
|
|
|
2000-12-12 08:10:45 -05:00
|
|
|
RFC 2183 - The Content-Disposition Header Field
|
2000-05-22 13:35:35 -04:00
|
|
|
|
2000-12-12 08:10:45 -05:00
|
|
|
RFC 2229 - A Dictionary Server Protocol
|
2000-05-22 13:35:35 -04:00
|
|
|
|
2000-06-14 05:08:31 -04:00
|
|
|
RFC 2255 - Newer LDAP URL syntax document.
|
|
|
|
|
2000-12-12 08:10:45 -05:00
|
|
|
RFC 2231 - MIME Parameter Value and Encoded Word Extensions:
|
|
|
|
Character Sets, Languages, and Continuations
|
2000-05-22 13:35:35 -04:00
|
|
|
|
|
|
|
RFC 2388 - "Returning Values from Forms: multipart/form-data"
|
2000-12-12 05:05:49 -05:00
|
|
|
Use this as an addition to the RFC1867
|
2000-05-22 13:35:35 -04:00
|
|
|
|
2000-06-09 03:00:45 -04:00
|
|
|
RFC 2396 - "Uniform Resource Identifiers: Generic Syntax and Semantics" This
|
2000-12-12 05:05:49 -05:00
|
|
|
one obsoletes RFC 1738, but since RFC 1738 is often mentioned
|
|
|
|
I've left it in this list.
|
2000-05-22 13:35:35 -04:00
|
|
|
|
2000-12-12 08:10:45 -05:00
|
|
|
RFC 2428 - FTP Extensions for IPv6 and NATs
|
|
|
|
|
|
|
|
RFC 2577 - FTP Security Considerations
|
2000-05-22 13:35:35 -04:00
|
|
|
|
2000-06-14 05:08:31 -04:00
|
|
|
RFC 2616 - HTTP 1.1, the latest
|
2000-05-22 13:35:35 -04:00
|
|
|
|
|
|
|
RFC 2617 - HTTP Authentication
|
|
|
|
|
2000-12-12 08:10:45 -05:00
|
|
|
RFC 2718 - Guidelines for new URL Schemes
|
|
|
|
|
|
|
|
RFC 2732 - Format for Literal IPv6 Addresses in URL's
|
|
|
|
|
|
|
|
RFC 2818 - HTTP Over TLS (TLS is the successor to SSL)
|
|
|
|
|
|
|
|
RFC 2964 - Use of HTTP State Management
|
|
|
|
|
|
|
|
RFC 2965 - HTTP State Management Mechanism. Cookies. Obsoletes RFC2109
|
2000-06-14 05:08:31 -04:00
|
|
|
|
2000-05-22 13:35:35 -04:00
|
|
|
Compilers
|
2000-06-09 03:10:47 -04:00
|
|
|
---------
|
2000-12-12 05:05:49 -05:00
|
|
|
MingW32 - http://www.mingw.org/
|
2000-06-09 03:10:47 -04:00
|
|
|
|
2000-06-09 03:00:45 -04:00
|
|
|
gcc - http://www.gnu.org/software/gcc/gcc.html
|
2000-05-22 13:35:35 -04:00
|
|
|
|
|
|
|
Software
|
2000-06-09 03:10:47 -04:00
|
|
|
--------
|
2000-12-12 05:05:49 -05:00
|
|
|
OpenSSL - http://www.openssl.org/
|
2000-06-09 03:10:47 -04:00
|
|
|
|
2000-12-12 05:05:49 -05:00
|
|
|
OpenLDAP - http://www.openldap.org/
|
2000-05-22 13:35:35 -04:00
|
|
|
|
2000-06-09 03:10:47 -04:00
|
|
|
zlib - http://www.cdrom.com/pub/infozip/zlib/
|
2000-05-22 13:35:35 -04:00
|
|
|
|
2000-06-09 03:10:47 -04:00
|
|
|
Similar Tools
|
|
|
|
-------------
|
2000-12-12 05:05:49 -05:00
|
|
|
wget - http://sunsite.dk/wget/
|
2000-06-09 03:10:47 -04:00
|
|
|
|
2000-05-22 13:35:35 -04:00
|
|
|
snarf - http://www.xach.com/snarf/
|
2000-06-09 03:10:47 -04:00
|
|
|
|
2000-05-22 13:35:35 -04:00
|
|
|
lynx - http://lynx.browser.org/ (well at least when -dump is used)
|
2000-06-09 03:10:47 -04:00
|
|
|
|
2000-05-22 13:35:35 -04:00
|
|
|
swebget - http://www.uni-hildesheim.de/~smol0075/swebget/
|
2000-06-09 03:10:47 -04:00
|
|
|
|
2001-01-05 01:30:18 -05:00
|
|
|
Kermit - http://www.columbia.edu/kermit/ftpclient
|
2000-12-16 05:25:10 -05:00
|
|
|
|
2000-06-09 03:00:45 -04:00
|
|
|
Related Software
|
2000-06-09 03:10:47 -04:00
|
|
|
----------------
|
2000-06-09 03:00:45 -04:00
|
|
|
ftpparse - http://cr.yp.to/ftpparse.html parses FTP LIST responses
|
2000-06-09 03:10:47 -04:00
|
|
|
|
2000-06-09 03:00:45 -04:00
|
|
|
autoconf - http://www.gnu.org/software/autoconf/autoconf.html
|
2000-06-09 03:10:47 -04:00
|
|
|
|
2000-06-09 03:00:45 -04:00
|
|
|
automake - http://www.gnu.org/software/automake/automake.html
|
2000-06-09 03:10:47 -04:00
|
|
|
|
2000-06-09 03:00:45 -04:00
|
|
|
bison - http://www.gnu.org/software/bison/bison.html
|
2000-06-09 03:10:47 -04:00
|
|
|
|
2000-06-09 03:00:45 -04:00
|
|
|
gzip - http://www.gnu.org/software/gzip/gzip.html
|
2000-06-09 03:10:47 -04:00
|
|
|
|
2000-06-09 03:00:45 -04:00
|
|
|
tar - http://www.gnu.org/software/tar/tar.html
|
2000-07-31 18:42:34 -04:00
|
|
|
|
|
|
|
libtool - http://www.gnu.org/software/libtool/libtool.html
|