test okay promoting version to stable

This commit is contained in:
root
2024-05-04 22:13:55 +02:00
parent dccc7b4e58
commit 9816a22ab0
3 changed files with 14 additions and 1 deletions

2
Debug.txt Normal file
View File

@ -0,0 +1,2 @@
Show process with number of threads
ps -eLf | grep uFTP

11
build/deploy.sh Executable file
View File

@ -0,0 +1,11 @@
cd ..
# -------------------------------
make clean
make CC=/opt/cross/bin/arm-linux-musleabihf-gcc ENDFLAG=-static
cp build/uFTP /var/www/html/uftpserver.com/downloads/binaries/latest/armhf/uFTP
# ---------------------------------
make clean
make CC=musl-gcc ENDFLAG=-static
cp build/uFTP /var/www/html/uftpserver.com/downloads/binaries/latest/x64/uFTP
cd build

View File

@ -27,7 +27,7 @@
#define FTPSERVER_H
#define MAX_FTP_CLIENTS 10
#define UFTP_SERVER_VERSION "v2.5.0 RC4"
#define UFTP_SERVER_VERSION "v2.6.0 stable"
void runFtpServer(void);