diff options
author | dom96 <dominikpicheta@googlemail.com> | 2011-11-04 00:22:04 +0000 |
---|---|---|
committer | dom96 <dominikpicheta@googlemail.com> | 2011-11-04 00:22:04 +0000 |
commit | 264de4537ef5b24986789ff3c858f6cb113913f9 (patch) | |
tree | 4b7886d058809ac9449160ee0dfe4352aca0be0f /doc | |
parent | d819350145a66cea793c359a4782d3b137c17dd2 (diff) | |
download | Nim-264de4537ef5b24986789ff3c858f6cb113913f9.tar.gz |
Added ftpclient module. Fixed docs in sockets module. Added dll tests to test suite.
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/lib.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 47e53af3e..556559e3b 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -181,6 +181,9 @@ Internet Protocols and Support * `irc <irc.html>`_ This module implements an asynchronous IRC client. +* `ftpclient <ftpclient.html>`_ + This module implements an FTP client. + Parsers ------- |