summaryrefslogtreecommitdiffstats
path: root/examples/FTPClientSample/FTPClientSample.ino (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-28add Client exampleDaniel Plasa1-19/+59
2020-05-26use ESP.getMaxFreeBlockSize() / 2 as transfer buffer size for RETRDaniel Plasa1-4/+3
use 2048 bytes for STOR
2020-05-24rewrite/reworks to also use LittleFS since SPIFFS has become deprecatedDaniel Plasa1-0/+125
Also modifications to support also active mode and performance tunings with the use of dynamic buffers when transfering file data.