Go to file
Diego Nehab 366fb989f3 Updated for release 1.2.1. 2001-03-12 20:10:39 +00:00
etc Updated to remove use of global methods. Conforming to 2001-03-06 19:46:42 +00:00
samples Added broadcast.lua description. 2001-03-12 20:02:21 +00:00
src Found a new way to define global version of table methods using only ~15 2001-03-12 20:04:25 +00:00
test Corrected command line parameter bug... 2001-03-12 19:40:29 +00:00
README Updated for LuaSocket 1.2 2001-01-25 22:02:37 +00:00
makefile.dist Updated for release 1.2.1. 2001-03-12 20:10:39 +00:00

README

This directory  contains the implementation  of the protocols  FTP, HTTP
and SMTP. The files provided are:

	http.lua				-- HTTP protocol implementation
	base64.lua				-- base64 encoding implementation

The  module   http.lua  provides   general  HTTP  client   support.  The
implementation  conforms  to  the   HTTP/1.1  standard,  RFC  2068.  The
base64.lua module provides  base64 encoding and decoding.  The module is
used for the HTTP Basic Authentication Scheme, and conforms to RFC 1521.

	smtp.lua				-- SMTP protocol implementation
	
The module smtp.lua provides functionality  to send e-mail messages to a
SMTP mail server. The implementation conforms to RFC 821.

	ftp.lua					-- FTP protocol implementation

The module ftp.lua provides functions  to download and upload files from
and to FTP servers. The implementation conforms to RFC 959.

These implementations are part of the LuaSocket library and are supported. 
Please send any comments to diego@tecgraf.puc-rio.br.