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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-15
Update FTPServer.cpp
SCratORS
1
-4
/
+6
2021-11-15
Update FTPServer.cpp
SCratORS
1
-1
/
+2
2020-07-06
fix silly typo
Daniel Plasa
1
-1
/
+1
2020-07-06
fix issue when FS is out of space when overwriting large files
Daniel Plasa
1
-5
/
+10
2020-05-31
fix esp32 compile errors
Daniel Plasa
1
-120
/
+31
2020-05-31
fix time string formatting
Daniel Plasa
1
-23
/
+17
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
1
-97
/
+113
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
1
-2
/
+2
2020-05-29
use a buffer size that depends on the size of the lwip buffer configuration
Daniel Plasa
1
-3
/
+3
2020-05-29
use esp8266::polledTimeout::oneShotMs fot the timeout handling
Daniel Plasa
1
-26
/
+20
2020-05-28
move some functions to FTPCommon
Daniel Plasa
1
-132
/
+30
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
1
-41
/
+36
2020-05-26
cleanup readme, undecided on the transfer buffer, work in progress on that
Daniel Plasa
1
-3
/
+3
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
1
-0
/
+1315