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
path:
root
/
FTPServer.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update FTPServer.cpp
SCratORS
2021-11-15
1
-4
/
+6
*
Update FTPServer.cpp
SCratORS
2021-11-15
1
-1
/
+2
*
fix silly typo
Daniel Plasa
2020-07-06
1
-1
/
+1
*
fix issue when FS is out of space when overwriting large files
Daniel Plasa
2020-07-06
1
-5
/
+10
*
fix esp32 compile errors
Daniel Plasa
2020-05-31
1
-120
/
+31
*
fix time string formatting
Daniel Plasa
2020-05-31
1
-23
/
+17
*
change file date format for LIST command to show proper year in case the file is older than the current year
Daniel Plasa
2020-05-30
1
-9
/
+28
*
remove FTP_CLIENT_MSG macro
Daniel Plasa
2020-05-30
1
-97
/
+113
*
LIST output format change to match FuseFS
Daniel Plasa
2020-05-30
1
-13
/
+40
*
use a buffer size that only depends on the size of the lwip buffer config
Daniel Plasa
2020-05-29
1
-2
/
+2
*
use a buffer size that depends on the size of the lwip buffer configuration
Daniel Plasa
2020-05-29
1
-3
/
+3
*
use esp8266::polledTimeout::oneShotMs fot the timeout handling
Daniel Plasa
2020-05-29
1
-26
/
+20
*
move some functions to FTPCommon
Daniel Plasa
2020-05-28
1
-0
/
+1205