index
:
anonymous/FTPCLientServer
master
Simple FTP Server and Client for the esp8266/esp32 with LittleFS and SPIFFS support
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Update library.properties
Daniel Plasa
10 months
Tag
Download
Author
Age
v1.0
FTPCLientServer-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 Paiva
9 years
Age
Commit message
Author
Files
Lines
2024-01-16
Update library.properties
HEAD
master
Daniel Plasa
1
-1
/
+1
2024-01-16
Merge pull request #19 from AddioElectronicsForks/master
Daniel Plasa
2
-6
/
+2
2024-01-16
Update library.properties
Daniel Plasa
1
-1
/
+1
2024-01-16
Update library.json
Daniel Plasa
1
-1
/
+1
2024-01-16
Merge pull request #25 from vortigont/esp32_208fix
Daniel Plasa
2
-2
/
+2
2023-05-02
fix building for esp32 core 2.0.8
Emil Muratov
2
-2
/
+2
2022-02-10
Added #pragma once to PolledTimeout.h
AddioElectronics
2
-6
/
+2
2022-01-03
Merge pull request #16 from SCratORS/master
Daniel Plasa
4
-6
/
+298
2022-01-03
Merge pull request #11 from norbim1/patch-1
Daniel Plasa
1
-2
/
+2
2021-11-15
Update FTPClient.cpp
SCratORS
1
-2
/
+2
2021-11-15
Update FTPServer.cpp
SCratORS
1
-4
/
+6
2021-11-15
Update FTPServer.cpp
SCratORS
1
-1
/
+2
2021-10-23
Update PolledTimeout.h
SCratORS
1
-1
/
+1
2021-10-23
Update PolledTimeout.h
SCratORS
1
-1
/
+1
2021-10-23
Update FTPCommon.h
SCratORS
1
-2
/
+2
2021-10-23
Update FTPCommon.h
SCratORS
1
-1
/
+1
2021-10-23
Update PolledTimeout.h
SCratORS
1
-1
/
+1
2021-10-23
Add files via upload
SCratORS
1
-0
/
+289
2021-10-23
Update FTPCommon.h
SCratORS
1
-1
/
+1
2021-10-23
Update PolledTimeout.h
SCratORS
1
-1
/
+1
2021-10-23
Update FTPCommon.h
SCratORS
1
-2
/
+2
2021-10-23
Update FTPCommon.h
SCratORS
1
-3
/
+3
2021-10-23
Update FTPCommon.h
SCratORS
1
-2
/
+2
2021-10-23
Update FTPCommon.h
SCratORS
1
-1
/
+1
2021-10-23
Update FTPCommon.h
SCratORS
1
-2
/
+2
2021-10-23
Update FTPCommon.h
SCratORS
1
-2
/
+2
2021-10-23
Update FTPCommon.h
SCratORS
1
-2
/
+2
2021-10-23
Update FTPCommon.h
SCratORS
1
-2
/
+2
2021-10-23
Update FTPCommon.h
SCratORS
1
-2
/
+2
2021-10-23
Update FTPCommon.h
SCratORS
1
-2
/
+2
2020-10-29
Correct client upload in blocking mode
norbim1
1
-2
/
+2
2020-07-06
fix silly typo
Daniel Plasa
1
-1
/
+1
2020-07-06
replace %S with %s, seems that printf can cope with that
Daniel Plasa
4
-7
/
+8
2020-07-06
fix issue when FS is out of space when overwriting large files
Daniel Plasa
1
-5
/
+10
2020-05-31
add docu on esp32
Daniel Plasa
3
-12
/
+13
2020-05-31
fix esp32 compile errors
Daniel Plasa
8
-153
/
+379
2020-05-31
describe limited use of FuseFS clients
Daniel Plasa
1
-1
/
+2
2020-05-31
Merge branch 'master' of github.com:dplasa/FTPClientServer
Daniel Plasa
1
-1
/
+1
2020-05-31
fix time string formatting
Daniel Plasa
1
-23
/
+17
2020-05-31
fix typo
Daniel Plasa
1
-1
/
+1
2020-05-31
tested against 2.7.1 esp8266 core
Daniel Plasa
1
-0
/
+3
2020-05-31
Give credits to https://github.com/danbicks and his code posted in https://github.com/esp8266/Arduino/issues/1183#issuecomment-634556135
Daniel Plasa
2
-16
/
+4
2020-05-30
change file date format for LIST command to show proper year in case the file is older than the current year
Daniel Plasa
1
-9
/
+28
2020-05-30
remove FTP_CLIENT_MSG macro
Daniel Plasa
2
-97
/
+114
2020-05-30
trow out some macros
Daniel Plasa
1
-47
/
+12
2020-05-30
fix timeout data type
Daniel Plasa
2
-2
/
+2
2020-05-30
LIST output format change to match FuseFS
Daniel Plasa
1
-13
/
+40
2020-05-29
use a buffer size that only depends on the size of the lwip buffer config
Daniel Plasa
2
-3
/
+3
2020-05-29
use a buffer size that depends on the size of the lwip buffer configuration
Daniel Plasa
4
-6
/
+6
2020-05-29
use esp8266::polledTimeout::oneShotMs fot the timeout handling
Daniel Plasa
7
-51
/
+44
2020-05-29
explicit name error codes as constexpr
Daniel Plasa
2
-11
/
+19
2020-05-28
remove duplicates
Daniel Plasa
3
-1517
/
+0
2020-05-28
update lib properties
Daniel Plasa
2
-3
/
+3
2020-05-28
add Client docu
Daniel Plasa
2
-17
/
+62
2020-05-28
add Client example
Daniel Plasa
3
-4
/
+168
2020-05-28
move some functions to FTPCommon
Daniel Plasa
2
-0
/
+1308
2020-05-28
Add FTP Client
Daniel Plasa
4
-0
/
+712
2020-05-26
fix counting of transfered bytes
Daniel Plasa
1
-0
/
+1
2020-05-26
use ESP.getMaxFreeBlockSize() / 2 as transfer buffer size for RETR
Daniel Plasa
5
-58
/
+52
2020-05-26
fix typo
Daniel Plasa
1
-4
/
+4
2020-05-26
fix typo
Daniel Plasa
1
-1
/
+1
2020-05-26
Update README.md
Daniel Plasa
1
-2
/
+3
2020-05-26
cleanup readme, undecided on the transfer buffer, work in progress on that
Daniel Plasa
4
-25
/
+37
2020-05-26
try subtile malloc()'ing buffers with 16 byte steps until we get something
Daniel Plasa
1
-16
/
+12
2020-05-24
rewrite/reworks to also use LittleFS since SPIFFS has become deprecated
Daniel Plasa
11
-1198
/
+1789
2018-10-05
Merge pull request #20 from sandtec65/master
David Paiva
1
-6
/
+12
2018-07-27
Prevent disconnect before file is fully received
sandtec65
1
-6
/
+12
2017-10-18
Update README.md
David Paiva
1
-2
/
+3
2017-10-18
ESP32 Support Changes
nailbuster
5
-56
/
+36
2017-10-18
Merge pull request #11 from beegee-tokyo/master
David Paiva
3
-4
/
+121
2017-10-16
Added ESP32 support
beegee-tokyo
2
-4
/
+102
2016-08-23
Added library.json for use with PlatformIO
Bernd Giesecke
1
-0
/
+19
2016-02-04
Merge pull request #1 from lnxbil/patch-1
v1.0
David Paiva
1
-3
/
+3
2016-02-04
Update library.properties
Andreas Steinel
1
-3
/
+3
2016-02-04
Update README.md
David Paiva
1
-0
/
+2
2016-02-04
Update README.md
David Paiva
1
-1
/
+1
2016-02-04
Update README.md
David Paiva
1
-1
/
+3
2016-02-04
Create README.md
nailbuster
1
-0
/
+19
2016-02-04
initial
nailbuster
4
-0
/
+1102
2016-02-04
Initial commit
nailbuster
1
-0
/
+504
Clone
http://ni.sijanec.eu/anonymous/FTPCLientServer
https://ni.sijanec.eu/anonymous/FTPCLientServer