summary refs log tree commit diff stats
path: root/lib/pure/asyncftpclient.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes calling convention for the callbacksAndreas Rumpf2016-01-081-2/+2
* Added examples to asyncftpclient module.Dominik Picheta2015-09-171-12/+63
* Moved handling of multi-line FTP replies to `expectReply`.Dominik Picheta2015-07-011-5/+14
* remove unnecessary functionLuca2015-06-271-1/+1
* Remove redundant 220 checkLuca2015-06-271-4/+3
* Allow AsyncFtpClient and ftpclient to check 220 messagesLuca2015-06-261-1/+7
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
* Use `^` instead of `-` in slicesdef2015-03-281-2/+2
* Fix a few more warningsdef2015-02-171-3/+3
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* Lots of documentation improvements for asyncdispatch.Dominik Picheta2014-09-121-0/+18
* 'nimfix' improvements; FdSet is TFdSet againAraq2014-09-081-1/+1
* s/storeFile/store/Dominik Picheta2014-08-311-2/+2
* Case fixes for network modules.Dominik Picheta2014-08-301-39/+39
* Add asyncftpclient module.Dominik Picheta2014-08-291-0/+295