summary refs log tree commit diff stats
path: root/lib/pure/ftpclient.nim
Commit message (Collapse)AuthorAgeFilesLines
* ftpclient fixes for windows.dom962012-01-281-10/+14
|
* Added asyncio module; irc, scgi and the ftpclient modules work with it. ↵dom962012-01-221-112/+229
| | | | Added (de)allocCStringArray. Many async sockets fixes.
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* Added a `chmod` function to the ftpclient module.dom962011-11-301-1/+22
|
* Fixed `ftpclient.createDir`.dom962011-11-291-1/+4
|
* Added new features to the ftpclient module.dom962011-11-151-2/+53
|
* new FTPClient module compiles in taint modeAraq2011-11-151-21/+34
|
* Added ftpclient module. Fixed docs in sockets module. Added dll tests to ↵dom962011-11-041-0/+359
test suite.