| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Also modifications to support also active mode and performance tunings with
the use of dynamic buffers when transfering file data.
|
|\
| |
| | |
Prevent disconnect before file is fully received
|
|/
|
| |
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.
|
| |
|
|
|
|
| |
A few fixes and support for ESP32
|
|\
| |
| | |
Added ESP32 support, merged bbx10 speed improvement
|
| |
| |
| |
| | |
Merged @bbx10 transfer speed increase and reduction of blocking (See issue https://github.com/nailbuster/esp8266FTPServer/issues/9)
|
|/ |
|
|\
| |
| | |
Update library.properties
|
|/
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|