Anatole SCHRAMM
|
720f2e9579
|
Removed the unused variable warning in the new WEB API endpoint, changed the way sent files are handled regarding the sent bytes count both for the FTPServer and WEBServer
|
2022-04-29 09:58:15 +02:00 |
|
anschrammh
|
95ae6927e8
|
The FTP root directory string is now copied so that the parameter doesn't have to live during the whole life of the program
|
2022-04-29 07:48:07 +02:00 |
|
|
a950b5b28e
|
Fixed typo
|
2022-04-24 17:33:59 +02:00 |
|
|
057c058ca3
|
Renamed FtpMsgCode to FTPMsgCode, Added new state in the FileTransferStatus enum : MALLOC_ERROR, reworked the way the send and receive buffer is allocated, this is not done on the stack anymore which led to a silent stack overflow :-(. Changed the way the IP address is retrieved to open the passive connection
|
2022-04-23 22:39:46 +02:00 |
|
|
285c9ef20b
|
Removed the use of the lastIndexOf function which was replaced by the builtin strrchr function
|
2022-04-17 21:54:41 +02:00 |
|
|
460db55496
|
Removed as many warnings as I could ... after enabling the all warning compiler flag
|
2022-03-29 23:25:27 +02:00 |
|
anschrammh
|
8be389a08d
|
Removed the dependency to definition.h as well as replacing SDCardManager class parameter to SDClass parameter
|
2020-12-19 21:04:11 +01:00 |
|
anschrammh
|
3e193233b4
|
Changed the file date time adjustements
|
2020-12-15 00:38:46 +01:00 |
|
anschrammh
|
89ee88530e
|
Updated due to changes to the monthNumTo3LetterAbbreviation function's prototype
|
2020-12-15 00:14:38 +01:00 |
|
anschrammh
|
7d2ceedc9a
|
Adjusted the file date and time format
|
2020-12-13 21:14:19 +01:00 |
|
anschrammh
|
0ead1e5600
|
Changed port data type from unsigned int to uint16_t as well as removed a redundant port information
|
2020-12-12 11:11:35 +01:00 |
|
anschrammh
|
58b8891d41
|
Changed max read buffer from 2500 to 2048
|
2020-12-08 23:25:42 +01:00 |
|
|
674577605d
|
Cleaning the object destructor and stop method
|
2020-04-25 11:59:56 +02:00 |
|
anschrammh
|
45f22dea3e
|
Forgot to rename a method
|
2020-01-28 12:53:08 +01:00 |
|
anschrammh
|
a3752b3f8c
|
Now retrieving the file's last modification date and sending it to the FTP client, I still need to figure out how to set the last modification date when a file is modified by the client though
|
2020-01-28 12:33:01 +01:00 |
|
anschrammh
|
28103022cd
|
Added checks to see if the client is logged in or not and other improvements in order to increase responsiveness
|
2019-10-31 21:39:04 +01:00 |
|
anschrammh
|
34ffc920a1
|
Improving FTPserver again and again, added the rename function, code refactoring, what is missing is verifying if the client is logged in before commands - will be added soon
|
2019-10-19 15:34:27 +02:00 |
|
anschrammh
|
b272ab0f22
|
Changed sdcard library driver, now using the one for the esp8266 which is mush better, also note that the WEBServerManager will be removed in a near future
|
2019-10-18 01:06:59 +02:00 |
|
anschrammh
|
7d60a8d9d0
|
FTPServer implemented, small bugs to fix...
|
2019-10-16 19:19:57 +02:00 |
|
anschrammh
|
99e0f7d82c
|
Added the FTPServer and improved functionalities (not done yet)
|
2019-10-14 22:58:15 +02:00 |
|