diff options
author | Daniel Plasa <dplasa@gmail.com> | 2020-05-26 04:56:07 +0200 |
---|---|---|
committer | Daniel Plasa <dplasa@gmail.com> | 2020-05-26 04:56:07 +0200 |
commit | 863ff54097231ceae6e34908d843586adc83a44d (patch) | |
tree | 28d5d8cefb34c55c1b56f3e573052bcc02ea04ce /espFtpServer.h | |
parent | try subtile malloc()'ing buffers with 16 byte steps until we get something (diff) | |
download | FTPCLientServer-863ff54097231ceae6e34908d843586adc83a44d.tar FTPCLientServer-863ff54097231ceae6e34908d843586adc83a44d.tar.gz FTPCLientServer-863ff54097231ceae6e34908d843586adc83a44d.tar.bz2 FTPCLientServer-863ff54097231ceae6e34908d843586adc83a44d.tar.lz FTPCLientServer-863ff54097231ceae6e34908d843586adc83a44d.tar.xz FTPCLientServer-863ff54097231ceae6e34908d843586adc83a44d.tar.zst FTPCLientServer-863ff54097231ceae6e34908d843586adc83a44d.zip |
Diffstat (limited to 'espFtpServer.h')
-rw-r--r-- | espFtpServer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/espFtpServer.h b/espFtpServer.h index 2f3e329..a9f8d56 100644 --- a/espFtpServer.h +++ b/espFtpServer.h @@ -51,7 +51,7 @@ #define FTP_DEBUG_MSG(...) #endif -#define FTP_SERVER_VERSION "0.9-20200525" +#define FTP_SERVER_VERSION "0.9.2-20200526" #define FTP_CTRL_PORT 21 // Command port on wich server is listening #define FTP_DATA_PORT_PASV 50009 // Data port in passive mode |