summary refs log tree commit diff stats
path: root/lib/pure/asyncftpclient.nim
Commit message (Collapse)AuthorAgeFilesLines
* asyncftpclient: add missing file.close to retrFilezargot2018-07-021-0/+1
|
* Merge branch 'asyncftp-add-removeDir' of https://github.com/pyloor/Nim into ↵Dominik Picheta2016-09-251-0/+6
|\ | | | | | | pyloor-asyncftp-add-removeDir
| * 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
|\ \ | | | | | | | | | pyloor-asyncftp-add-removeFile
| * | 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
| | | As many ftp servers can answer with multiple 220 messages these two libraries have to handle multiline 220 messages before send user and pass messages.
* 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
| | | | Ref #1487.
* '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
href='#n431'>431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470