summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterUpdate library.propertiesDaniel Plasa3 months
 
TagDownloadAuthorAge
v1.0FTPCLientServer-1.0.tar  FTPCLientServer-1.0.tar.gz  FTPCLientServer-1.0.tar.bz2  FTPCLientServer-1.0.tar.lz  FTPCLientServer-1.0.tar.xz  FTPCLientServer-1.0.tar.zst  FTPCLientServer-1.0.zip  David Paiva8 years
 
AgeCommit messageAuthorFilesLines
2024-01-16Update library.propertiesHEADmasterDaniel Plasa1-1/+1
2024-01-16Merge pull request #19 from AddioElectronicsForks/masterDaniel Plasa2-6/+2
2024-01-16Update library.propertiesDaniel Plasa1-1/+1
2024-01-16Update library.jsonDaniel Plasa1-1/+1
2024-01-16Merge pull request #25 from vortigont/esp32_208fixDaniel Plasa2-2/+2
2023-05-02fix building for esp32 core 2.0.8Emil Muratov2-2/+2
2022-02-10Added #pragma once to PolledTimeout.hAddioElectronics2-6/+2
2022-01-03Merge pull request #16 from SCratORS/masterDaniel Plasa4-6/+298
2022-01-03Merge pull request #11 from norbim1/patch-1Daniel Plasa1-2/+2
2021-11-15Update FTPClient.cppSCratORS1-2/+2
2021-11-15Update FTPServer.cppSCratORS1-4/+6
2021-11-15Update FTPServer.cppSCratORS1-1/+2
2021-10-23Update PolledTimeout.hSCratORS1-1/+1
2021-10-23Update PolledTimeout.hSCratORS1-1/+1
2021-10-23Update FTPCommon.hSCratORS1-2/+2
2021-10-23Update FTPCommon.hSCratORS1-1/+1
2021-10-23Update PolledTimeout.hSCratORS1-1/+1
2021-10-23Add files via uploadSCratORS1-0/+289
2021-10-23Update FTPCommon.hSCratORS1-1/+1
2021-10-23Update PolledTimeout.hSCratORS1-1/+1
2021-10-23Update FTPCommon.hSCratORS1-2/+2
2021-10-23Update FTPCommon.hSCratORS1-3/+3
2021-10-23Update FTPCommon.hSCratORS1-2/+2
2021-10-23Update FTPCommon.hSCratORS1-1/+1
2021-10-23Update FTPCommon.hSCratORS1-2/+2
2021-10-23Update FTPCommon.hSCratORS1-2/+2
2021-10-23Update FTPCommon.hSCratORS1-2/+2
2021-10-23Update FTPCommon.hSCratORS1-2/+2
2021-10-23Update FTPCommon.hSCratORS1-2/+2
2021-10-23Update FTPCommon.hSCratORS1-2/+2
2020-10-29Correct client upload in blocking modenorbim11-2/+2
2020-07-06fix silly typoDaniel Plasa1-1/+1
2020-07-06replace %S with %s, seems that printf can cope with thatDaniel Plasa4-7/+8
2020-07-06fix issue when FS is out of space when overwriting large filesDaniel Plasa1-5/+10
2020-05-31add docu on esp32Daniel Plasa3-12/+13
2020-05-31fix esp32 compile errorsDaniel Plasa8-153/+379
2020-05-31describe limited use of FuseFS clientsDaniel Plasa1-1/+2
2020-05-31Merge branch 'master' of github.com:dplasa/FTPClientServerDaniel Plasa1-1/+1
2020-05-31fix time string formattingDaniel Plasa1-23/+17
2020-05-31fix typoDaniel Plasa1-1/+1
2020-05-31tested against 2.7.1 esp8266 coreDaniel Plasa1-0/+3
2020-05-31Give credits to https://github.com/danbicks and his code posted in https://github.com/esp8266/Arduino/issues/1183#issuecomment-634556135Daniel Plasa2-16/+4
2020-05-30change file date format for LIST command to show proper year in case the file is older than the current yearDaniel Plasa1-9/+28
2020-05-30remove FTP_CLIENT_MSG macroDaniel Plasa2-97/+114
2020-05-30trow out some macrosDaniel Plasa1-47/+12
2020-05-30fix timeout data typeDaniel Plasa2-2/+2
2020-05-30LIST output format change to match FuseFSDaniel Plasa1-13/+40
2020-05-29use a buffer size that only depends on the size of the lwip buffer configDaniel Plasa2-3/+3
2020-05-29use a buffer size that depends on the size of the lwip buffer configurationDaniel Plasa4-6/+6
2020-05-29use esp8266::polledTimeout::oneShotMs fot the timeout handlingDaniel Plasa7-51/+44
2020-05-29explicit name error codes as constexprDaniel Plasa2-11/+19
2020-05-28remove duplicatesDaniel Plasa3-1517/+0
2020-05-28update lib propertiesDaniel Plasa2-3/+3
2020-05-28add Client docuDaniel Plasa2-17/+62
2020-05-28add Client exampleDaniel Plasa3-4/+168
2020-05-28move some functions to FTPCommonDaniel Plasa2-0/+1308
2020-05-28Add FTP ClientDaniel Plasa4-0/+712
2020-05-26fix counting of transfered bytesDaniel Plasa1-0/+1
2020-05-26use ESP.getMaxFreeBlockSize() / 2 as transfer buffer size for RETRDaniel Plasa5-58/+52
2020-05-26fix typoDaniel Plasa1-4/+4
2020-05-26fix typoDaniel Plasa1-1/+1
2020-05-26Update README.mdDaniel Plasa1-2/+3
2020-05-26cleanup readme, undecided on the transfer buffer, work in progress on thatDaniel Plasa4-25/+37
2020-05-26try subtile malloc()'ing buffers with 16 byte steps until we get somethingDaniel Plasa1-16/+12
2020-05-24rewrite/reworks to also use LittleFS since SPIFFS has become deprecatedDaniel Plasa11-1198/+1789
2018-10-05Merge pull request #20 from sandtec65/masterDavid Paiva1-6/+12
2018-07-27Prevent disconnect before file is fully receivedsandtec651-6/+12
2017-10-18Update README.mdDavid Paiva1-2/+3
2017-10-18ESP32 Support Changesnailbuster5-56/+36
2017-10-18Merge pull request #11 from beegee-tokyo/masterDavid Paiva3-4/+121
2017-10-16Added ESP32 supportbeegee-tokyo2-4/+102
2016-08-23Added library.json for use with PlatformIOBernd Giesecke1-0/+19
2016-02-04Merge pull request #1 from lnxbil/patch-1v1.0David Paiva1-3/+3
2016-02-04Update library.propertiesAndreas Steinel1-3/+3
2016-02-04Update README.mdDavid Paiva1-0/+2
2016-02-04Update README.mdDavid Paiva1-1/+1
2016-02-04Update README.mdDavid Paiva1-1/+3
2016-02-04Create README.mdnailbuster1-0/+19
2016-02-04initialnailbuster4-0/+1102
2016-02-04Initial commitnailbuster1-0/+504
 
Clone
http://ni.xn--ijanec-9jb.eu/anonymous/FTPCLientServer
https://ni.xn--ijanec-9jb.eu/anonymous/FTPCLientServer