Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes asyncftpclient multiline reading, fixes #4684 (#13242) | hlaaftana | 2020-01-24 | 1 | -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 lee | 2020-01-13 | 1 | -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 Rumpf | 2020-01-10 | 1 | -1/+1 |
| | |||||
* | [backport] run nimpretty on async | narimiran | 2019-09-30 | 1 | -14/+14 |
| | |||||
* | last stdlib cleanups | Araq | 2019-09-21 | 1 | -1/+1 |
| | |||||
* | fix asyncftpclient examples [ci skip] | narimiran | 2019-07-24 | 1 | -29/+29 |
| | |||||
* | make more parts of the stdlib compile with --styleCheck:error | Araq | 2019-07-10 | 1 | -9/+9 |
| | |||||
* | Fix header inconsistencies in documentation (#11071) | Zed | 2019-04-23 | 1 | -3/+3 |
| | |||||
* | Remove deprecated modules (asyncio, sockets, ftpclient) (#10401) | Miran | 2019-01-22 | 1 | -6/+46 |
| | |||||
* | asyncftpclient: add missing file.close to retrFile | zargot | 2018-07-02 | 1 | -0/+1 |
| | |||||
* | Merge branch 'asyncftp-add-removeDir' of https://github.com/pyloor/Nim into ↵ | Dominik Picheta | 2016-09-25 | 1 | -0/+6 |
|\ | | | | | | | pyloor-asyncftp-add-removeDir | ||||
| * | Asyncftpclient: adding removeDir proc | pyloor | 2016-09-21 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'asyncftp-add-removeFile' of https://github.com/pyloor/Nim into ↵ | Dominik Picheta | 2016-09-25 | 1 | -0/+6 |
|\ \ | | | | | | | | | | pyloor-asyncftp-add-removeFile | ||||
| * | | adding a test for removing a file | pyloor | 2016-09-21 | 1 | -0/+2 |
| | | | |||||
| * | | adding removeFile proc to asyncftpclient | pyloor | 2016-09-21 | 1 | -0/+4 |
| |/ | |||||
* / | adding rename proc to asyncftpclient | pyloor | 2016-09-21 | 1 | -0/+7 |
|/ | |||||
* | fix missing procvar pragma | pyloor | 2016-09-16 | 1 | -1/+1 |
| | |||||
* | fixes calling convention for the callbacks | Andreas Rumpf | 2016-01-08 | 1 | -2/+2 |
| | |||||
* | Added examples to asyncftpclient module. | Dominik Picheta | 2015-09-17 | 1 | -12/+63 |
| | |||||
* | Moved handling of multi-line FTP replies to `expectReply`. | Dominik Picheta | 2015-07-01 | 1 | -5/+14 |
| | |||||
* | remove unnecessary function | Luca | 2015-06-27 | 1 | -1/+1 |
| | |||||
* | Remove redundant 220 check | Luca | 2015-06-27 | 1 | -4/+3 |
| | |||||
* | Allow AsyncFtpClient and ftpclient to check 220 messages | Luca | 2015-06-26 | 1 | -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 Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Use `^` instead of `-` in slices | def | 2015-03-28 | 1 | -2/+2 |
| | |||||
* | Fix a few more warnings | def | 2015-02-17 | 1 | -3/+3 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | Lots of documentation improvements for asyncdispatch. | Dominik Picheta | 2014-09-12 | 1 | -0/+18 |
| | | | | Ref #1487. | ||||
* | 'nimfix' improvements; FdSet is TFdSet again | Araq | 2014-09-08 | 1 | -1/+1 |
| | |||||
* | s/storeFile/store/ | Dominik Picheta | 2014-08-31 | 1 | -2/+2 |
| | |||||
* | Case fixes for network modules. | Dominik Picheta | 2014-08-30 | 1 | -39/+39 |
| | |||||
* | Add asyncftpclient module. | Dominik Picheta | 2014-08-29 | 1 | -0/+295 |