summaryrefslogtreecommitdiffstats
path: root/espFtpServer.h
diff options
context:
space:
mode:
authorDaniel Plasa <dplasa@gmail.com>2020-05-26 04:56:07 +0200
committerDaniel Plasa <dplasa@gmail.com>2020-05-26 04:56:07 +0200
commit863ff54097231ceae6e34908d843586adc83a44d (patch)
tree28d5d8cefb34c55c1b56f3e573052bcc02ea04ce /espFtpServer.h
parenttry subtile malloc()'ing buffers with 16 byte steps until we get something (diff)
downloadFTPCLientServer-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.h2
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