summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prevent disconnect before file is fully receivedsandtec652018-07-271-6/+12
| | | In the doStore function, the data.available return value may be less than the complete file size, if all tcp packets have not been received when the call is made. The problem is then that closeTransfer() will be called regardless, i.e. before the entire file is received, and the transfer will be interrupted. The code changes will allow additional doStore() iterations before closeTransfer is called. Tested OK on both ESP32 and ESP8266. Note: on ESP32, use arduino lib newer than 10 july, 2018.
* Update README.mdDavid Paiva2017-10-181-2/+3
|
* ESP32 Support Changesnailbuster2017-10-185-56/+36
| | | | A few fixes and support for ESP32
* Merge pull request #11 from beegee-tokyo/masterDavid Paiva2017-10-183-4/+121
|\ | | | | Added ESP32 support, merged bbx10 speed improvement
| * Added ESP32 supportbeegee-tokyo2017-10-162-4/+102
| | | | | | | | Merged @bbx10 transfer speed increase and reduction of blocking (See issue https://github.com/nailbuster/esp8266FTPServer/issues/9)
| * Added library.json for use with PlatformIOBernd Giesecke2016-08-231-0/+19
|/
* Merge pull request #1 from lnxbil/patch-1v1.0David Paiva2016-02-041-3/+3
|\ | | | | Update library.properties
| * Update library.propertiesAndreas Steinel2016-02-041-3/+3
|/ | | | | | | | | Hi David, Thank you for this very "fresh" library! IMHO it would be great, if the library does not have an underscore, none of my libraries have one. I also set the proper architecture to display the library only if ESP8266 is selected as architecture (as the arduino library does) and a more suited communication category.
* Update README.mdDavid Paiva2016-02-041-0/+2
|
* Update README.mdDavid Paiva2016-02-041-1/+1
|
* Update README.mdDavid Paiva2016-02-041-1/+3
|
* Create README.mdnailbuster2016-02-041-0/+19
|
* initialnailbuster2016-02-044-0/+1102
|
* Initial commitnailbuster2016-02-041-0/+504