diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -20,6 +20,13 @@ converted into a library, similar to the HTTP and FTP libraries, that can | |||
20 | be used from within any luasocket application. Take a look on the source | 20 | be used from within any luasocket application. Take a look on the source |
21 | code and you will be able to figure out how to use it. | 21 | code and you will be able to figure out how to use it. |
22 | 22 | ||
23 | lp.lua -- LPD client | ||
24 | |||
25 | The lp.lua module implements the client part of the Line Printer Daemon | ||
26 | protocol, used to print files on Unix machines. It is courtesy of David | ||
27 | Burgess and I heard he would be the one supporting it, even after I messed | ||
28 | with it. See the source code and the lpr.lua in the examples directory. | ||
29 | |||
23 | get.lua -- file retriever | 30 | get.lua -- file retriever |
24 | 31 | ||
25 | This little program is a client that uses the FTP and HTTP code to | 32 | This little program is a client that uses the FTP and HTTP code to |