summary refs log tree commit diff stats
path: root/lib/pure/asyncftpclient.nim
Commit message (Collapse)AuthorAgeFilesLines
* Provide a configurable progressInterval. (#15477)supakeen2020-10-041-6/+11
|
* Return type of asyncftpclient to fix example. (#15476)supakeen2020-10-031-1/+1
| | | Related to: #13641
* fix several newline problems (#15028) [backend]Miran2020-07-211-0/+4
| | | | * prevent newlines where they shouldn't be * 'contentLength' shouldn't be negative
* asyncftpclient.nim - don't assume a sufficiend line length (#14973)Miran2020-07-141-1/+1
|
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-1/+1
| | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test
* Remove the uses of {.procvar.} pragma (#14359)Kaushal Modi2020-05-151-2/+2
| | | | | | | This pragma did nothing. Ref: - https://github.com/nim-lang/Nim/issues/2172#issuecomment-383276469 - https://github.com/nim-lang/Nim/issues/12975
* Fixes asyncftpclient multiline reading, fixes #4684 (#13242)hlaaftana2020-01-241-5/+6
| | | | | Previously, the 4th character of `result` was checked for `'-'` every time, instead of each new line. Also made it work for taint mode.
* fix the ftp store function read the local file bug (#13108) [backport]perter lee2020-01-131-4/+4
| | | | | | | | * Update asyncftpclient.nim When use newStringOfCap function not have assign memory for the string data,so if use this address the fault is rasise. * complelete the bugfix
* fixes an asyncftpclient bug; refs #13096 [backport]Andreas Rumpf2020-01-101-1/+1
|
* [backport] run nimpretty on asyncnarimiran2019-09-301-14/+14
|
* last stdlib cleanupsAraq2019-09-211-1/+1
|
* fix asyncftpclient examples [ci skip]narimiran2019-07-241-29/+29
|
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-101-9/+9
|
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-3/+3
|
* Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)Miran2019-01-221-6/+46
|
* 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