summary refs log tree commit diff stats
path: root/lib/pure/asyncftpclient.nim
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'asyncftp-add-removeDir' of https://github.com/pyloor/Nim into p...Dominik Picheta2016-09-251-0/+6
|\
| * Asyncftpclient: adding removeDir procpyloor2016-09-211-0/+6
* | Merge branch 'asyncftp-add-removeFile' of https://github.com/pyloor/Nim into ...Dominik Picheta2016-09-251-0/+6
|\ \
| * | adding a test for removing a filepyloor2016-09-211-0/+2
| * | adding removeFile proc to asyncftpclientpyloor2016-09-211-0/+4
| |/
* / adding rename proc to asyncftpclientpyloor2016-09-211-0/+7
|/
* fix missing procvar pragmapyloor2016-09-161-1/+1
* 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